|
Gridarta Editor
|
Exception thrown if a game object does not specify a valid exit path. More...
Inheritance diagram for net.sf.gridarta.model.maplocation.NoExitPathException:
Collaboration diagram for net.sf.gridarta.model.maplocation.NoExitPathException:Public Member Functions | |
| NoExitPathException (@NotNull final BaseObject<?, ?, ?, ?> baseObject) | |
| Creates a new instance. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown if a game object does not specify a valid exit path.
Definition at line 29 of file NoExitPathException.java.
| net.sf.gridarta.model.maplocation.NoExitPathException.NoExitPathException | ( | @NotNull final BaseObject<?, ?, ?, ?> | baseObject | ) |
Creates a new instance.
| baseObject | the game object that does not specify a valid exit path |
Definition at line 41 of file NoExitPathException.java.
|
staticprivate |
The serial version UID.
Definition at line 34 of file NoExitPathException.java.