|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.jaxodraw.plugin.JaxoPluginExecutionException
public class JaxoPluginExecutionException
An exception occuring during the execution of a plugin.
Constructor Summary | |
---|---|
JaxoPluginExecutionException(java.lang.Object source)
Construct a new JaxoPluginExecutionException exception. |
|
JaxoPluginExecutionException(java.lang.String message,
java.lang.Object source)
Construct a new JaxoPluginExecutionException exception with a message. |
|
JaxoPluginExecutionException(java.lang.String message,
java.lang.Throwable cause,
java.lang.Object source)
Construct a new JaxoPluginExecutionException exception wrapping an underlying Throwable and providing a message. |
Method Summary | |
---|---|
java.lang.Object |
getSource()
Get the source of the Exception. |
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 JaxoPluginExecutionException(java.lang.Object source)
source
- the source of the Exception, may be null.public JaxoPluginExecutionException(java.lang.String message, java.lang.Object source)
message
- a message. This could be displayed in error dialogs,
so it should be an internationalized string.source
- the source of the Exception, may be null.public JaxoPluginExecutionException(java.lang.String message, java.lang.Throwable cause, java.lang.Object source)
message
- a message. This could be displayed in error dialogs,
so it should be an internationalized string.cause
- the underlying cause of the Exception.source
- the source of the Exception, may be null.Method Detail |
---|
public java.lang.Object getSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |