Gridarta Editor
net.sf.gridarta.model.data.IllegalNamedObjectException Class Reference

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

Detailed Description

Exception thrown to indicate that a named object is not acceptable.

Author
Andreas Kirschbaum

Definition at line 28 of file IllegalNamedObjectException.java.

Constructor & Destructor Documentation

◆ IllegalNamedObjectException()

net.sf.gridarta.model.data.IllegalNamedObjectException.IllegalNamedObjectException ( @NotNull final String  reason)

Creates a new instance.

Parameters
reasonthe reason why the named object cannot be inserted

Definition at line 39 of file IllegalNamedObjectException.java.

Member Data Documentation

◆ serialVersionUID

final long net.sf.gridarta.model.data.IllegalNamedObjectException.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 33 of file IllegalNamedObjectException.java.


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