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

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...
 

Detailed Description

Thrown if a parameter does not exist.

Author
Andreas Kirschbaum

Definition at line 28 of file NoSuchParameterException.java.

Constructor & Destructor Documentation

◆ NoSuchParameterException() [1/3]

net.sf.gridarta.plugin.parameter.NoSuchParameterException.NoSuchParameterException ( @NotNull final String  type)

Creates a new instance.

Parameters
typethe missing parameter type

Definition at line 39 of file NoSuchParameterException.java.

◆ NoSuchParameterException() [2/3]

net.sf.gridarta.plugin.parameter.NoSuchParameterException.NoSuchParameterException ( final int  index)

Creates a new instance.

Parameters
indexthe missing parameter index

Definition at line 47 of file NoSuchParameterException.java.

◆ NoSuchParameterException() [3/3]

net.sf.gridarta.plugin.parameter.NoSuchParameterException.NoSuchParameterException ( @NotNull final PluginParameter<?, ?, ?, ?>  pluginParameter)

Creates a new instance.

Parameters
pluginParameterthe missing parameter instance

Definition at line 55 of file NoSuchParameterException.java.

Member Data Documentation

◆ serialVersionUID

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

The serial version UID.

Definition at line 33 of file NoSuchParameterException.java.


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