|
Gridarta Editor
|
Exception thrown to indicate that a named object is not acceptable. More...
Inheritance diagram for net.sf.gridarta.model.data.IllegalNamedObjectException:
Collaboration diagram for net.sf.gridarta.model.data.IllegalNamedObjectException:Public Member Functions | |
| IllegalNamedObjectException (@NotNull final String reason) | |
| Creates a new instance. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown to indicate that a named object is not acceptable.
Definition at line 28 of file IllegalNamedObjectException.java.
| net.sf.gridarta.model.data.IllegalNamedObjectException.IllegalNamedObjectException | ( | @NotNull final String | reason | ) |
Creates a new instance.
| reason | the reason why the named object cannot be inserted |
Definition at line 39 of file IllegalNamedObjectException.java.
|
staticprivate |
The serial version UID.
Definition at line 33 of file IllegalNamedObjectException.java.