|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.liquidsite.app.plugin.PluginException
A plugin exception. This is thrown when a plugin failed to load or initialize properly.
| Constructor Summary | |
PluginException(java.lang.Exception cause)
Creates a new plugin exception. |
|
PluginException(java.lang.String message)
Creates a new plugin exception. |
|
PluginException(java.lang.String message,
java.lang.Exception cause)
Creates a new plugin exception. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Returns the root exception cause. |
java.lang.String |
getMessage()
Returns the detailed error message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, 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(java.lang.String message)
message - the error messagepublic PluginException(java.lang.Exception cause)
cause - the root cause to the error
public PluginException(java.lang.String message,
java.lang.Exception cause)
message - the error messagecause - the root cause to the error| Method Detail |
public java.lang.String getMessage()
public java.lang.Throwable getCause()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||