|
Gridarta Editor
|
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... | |
An exception that is thrown if the string representation of value in a PluginParameter cannot be converted to an object.
Definition at line 30 of file InvalidValueException.java.
| net.sf.gridarta.plugin.parameter.InvalidValueException.InvalidValueException | ( | @NotNull final String | reason | ) |
Creates a new instance.
| reason | the reason why the value cannot be created |
Definition at line 41 of file InvalidValueException.java.
| net.sf.gridarta.plugin.parameter.InvalidValueException.InvalidValueException | ( | @NotNull final String | reason, |
| @Nullable final Throwable | cause | ||
| ) |
Creates a new instance.
| reason | the reason why the value cannot be created |
| cause | the cause or null |
Definition at line 50 of file InvalidValueException.java.
|
staticprivate |
The serial version UID.
Definition at line 35 of file InvalidValueException.java.