public class JaxoPluginExecutionException
extends java.lang.Exception
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getSource()
Get the source of the Exception.
|
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.Licensed under GPL. For more information, see http://jaxodraw.sourceforge.net/license.html or the LICENSE file in the jaxodraw distribution.