|
||||||||||
| 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.PluginException
Base exception for plugin/API errors. This exception or subclasses thereof are thrown from Framework.plug().
| Constructor Summary | |
PluginException()
Default constructor. |
|
PluginException(String msg)
Constructor with message string. |
|
PluginException(String msg,
Throwable cause)
Constructor with message string and cause |
|
PluginException(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 PluginException()
public PluginException(String msg)
msg - message string
public PluginException(String msg,
Throwable cause)
msg - message stringcause - chained exceptionpublic PluginException(Throwable cause)
cause - chained exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||