Gridarta Editor
net.sf.gridarta.plugin.PluginExecException Class Reference
+ Inheritance diagram for net.sf.gridarta.plugin.PluginExecException:
+ Collaboration diagram for net.sf.gridarta.plugin.PluginExecException:

Public Member Functions

 PluginExecException (@NotNull final String reason)
 
 PluginExecException (@NotNull final String reason, @NotNull final Throwable throwable)
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Thrown to indicate a problem while executing a plugin.

Author
Andreas Kirschbaum

Definition at line 28 of file PluginExecException.java.

Constructor & Destructor Documentation

◆ PluginExecException() [1/2]

net.sf.gridarta.plugin.PluginExecException.PluginExecException ( @NotNull final String  reason)

Creates a new instance.

Parameters
reasonthe failure reason

Definition at line 39 of file PluginExecException.java.

◆ PluginExecException() [2/2]

net.sf.gridarta.plugin.PluginExecException.PluginExecException ( @NotNull final String  reason,
@NotNull final Throwable  throwable 
)

Creates a new instance.

Parameters
reasonthe failure reason
throwablethe cause

Definition at line 48 of file PluginExecException.java.

Member Data Documentation

◆ serialVersionUID

final long net.sf.gridarta.plugin.PluginExecException.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 33 of file PluginExecException.java.


The documentation for this class was generated from the following file: