|
||||||||||
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(Object source)
Construct a new JaxoPluginExecutionException exception. |
|
JaxoPluginExecutionException(String message,
Object source)
Construct a new JaxoPluginExecutionException exception with a message. |
|
JaxoPluginExecutionException(String message,
Throwable cause,
Object source)
Construct a new JaxoPluginExecutionException exception wrapping an underlying Throwable and providing a message. |
Method Summary | |
---|---|
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(Object source)
source
- the source of the Exception, may be null.public JaxoPluginExecutionException(String message, 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(String message, Throwable cause, 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 Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |