|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.lib.plugin.PluginInitializerException
Unable to initialize plugin or provide a requested API. This is thrown by a PluginInitializer when it encounters a problem initializing a plugin.
Constructor Summary | |
PluginInitializerException()
Default constructor. |
|
PluginInitializerException(String msg)
Constructor with message string. |
|
PluginInitializerException(String msg,
Throwable cause)
Constructor with message string and cause |
|
PluginInitializerException(Throwable cause)
Constructor with cause |
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 |
public PluginInitializerException()
public PluginInitializerException(String msg)
msg
- message stringpublic PluginInitializerException(String msg, Throwable cause)
msg
- message stringcause
- chained exceptionpublic PluginInitializerException(Throwable cause)
cause
- chained exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |