Gridarta Editor
net.sf.gridarta.plugin.parameter.InvalidValueException Class Reference

An exception that is thrown if the string representation of value in a PluginParameter cannot be converted to an object. More...

+ Inheritance diagram for net.sf.gridarta.plugin.parameter.InvalidValueException:
+ Collaboration diagram for net.sf.gridarta.plugin.parameter.InvalidValueException:

Public Member Functions

 InvalidValueException (@NotNull final String reason)
 Creates a new instance. More...
 
 InvalidValueException (@NotNull final String reason, @Nullable final Throwable cause)
 Creates a new instance. More...
 

Static Private Attributes

static final long serialVersionUID = 1L
 The serial version UID. More...
 

Detailed Description

An exception that is thrown if the string representation of value in a PluginParameter cannot be converted to an object.

Author
Andreas Kirschbaum

Definition at line 30 of file InvalidValueException.java.

Constructor & Destructor Documentation

◆ InvalidValueException() [1/2]

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

Creates a new instance.

Parameters
reasonthe reason why the value cannot be created

Definition at line 41 of file InvalidValueException.java.

◆ InvalidValueException() [2/2]

net.sf.gridarta.plugin.parameter.InvalidValueException.InvalidValueException ( @NotNull final String  reason,
@Nullable final Throwable  cause 
)

Creates a new instance.

Parameters
reasonthe reason why the value cannot be created
causethe cause or
null

Definition at line 50 of file InvalidValueException.java.

Member Data Documentation

◆ serialVersionUID

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

The serial version UID.

Definition at line 35 of file InvalidValueException.java.


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