com.mycila.plugin.api
Class InexistingPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mycila.plugin.api.PluginException
                  extended by com.mycila.plugin.api.InexistingPluginException
All Implemented Interfaces:
java.io.Serializable

public final class InexistingPluginException
extends PluginException

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)
See Also:
Serialized Form

Constructor Summary
InexistingPluginException(java.lang.String plugin)
           
 
Method Summary
 java.lang.String getPlugin()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InexistingPluginException

public InexistingPluginException(java.lang.String plugin)
Method Detail

getPlugin

public java.lang.String getPlugin()


Copyright © 2008-2010 Mycila. All Rights Reserved.