|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--blackboard.base.NestedException
|
+--blackboard.platform.plugin.PlugInException
This class wraps exceptions generated during the execution of plugins.
| Field Summary |
| Fields inherited from class blackboard.base.NestedException |
_nestedException |
| Constructor Summary | |
PlugInException(java.lang.String msg)
Creates a PlugInException with the given message. |
|
PlugInException(java.lang.String msg,
java.lang.Exception nestedException)
Creates a PlugInException with the given message and
provided nested exception. |
|
| Methods inherited from class blackboard.base.NestedException |
getFullMessageTrace, getNestedException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 msg)
PlugInException with the given message.
msg - a String containing the exception message to use
public PlugInException(java.lang.String msg,
java.lang.Exception nestedException)
PlugInException with the given message and
provided nested exception.
msg - a String containing the exception message to usenestedException - an Exception to "nest" within this exception
to allow for passing back up the chain
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||