|
Gridarta Editor
|
Thrown if a parameter does not exist. More...
Inheritance diagram for net.sf.gridarta.plugin.parameter.NoSuchParameterException:
Collaboration diagram for net.sf.gridarta.plugin.parameter.NoSuchParameterException:Public Member Functions | |
| NoSuchParameterException (@NotNull final String type) | |
| Creates a new instance. More... | |
| NoSuchParameterException (final int index) | |
| Creates a new instance. More... | |
| NoSuchParameterException (@NotNull final PluginParameter<?, ?, ?, ?> pluginParameter) | |
| Creates a new instance. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Thrown if a parameter does not exist.
Definition at line 28 of file NoSuchParameterException.java.
| net.sf.gridarta.plugin.parameter.NoSuchParameterException.NoSuchParameterException | ( | @NotNull final String | type | ) |
Creates a new instance.
| type | the missing parameter type |
Definition at line 39 of file NoSuchParameterException.java.
| net.sf.gridarta.plugin.parameter.NoSuchParameterException.NoSuchParameterException | ( | final int | index | ) |
Creates a new instance.
| index | the missing parameter index |
Definition at line 47 of file NoSuchParameterException.java.
| net.sf.gridarta.plugin.parameter.NoSuchParameterException.NoSuchParameterException | ( | @NotNull final PluginParameter<?, ?, ?, ?> | pluginParameter | ) |
Creates a new instance.
| pluginParameter | the missing parameter instance |
Definition at line 55 of file NoSuchParameterException.java.
|
staticprivate |
The serial version UID.
Definition at line 33 of file NoSuchParameterException.java.