|
Gridarta Editor
|
Exception thrown if a map file cannot be loaded. More...
Inheritance diagram for net.sf.gridarta.actions.CannotLoadMapFileException:
Collaboration diagram for net.sf.gridarta.actions.CannotLoadMapFileException:Public Member Functions | |
| CannotLoadMapFileException (@NotNull final String mapPath, @NotNull final Throwable cause) | |
| Creates a new instance. More... | |
| String | getMapPath () |
| Returns the map path that could not be loaded. More... | |
Private Attributes | |
| final String | mapPath |
| The map path that could not be loaded. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown if a map file cannot be loaded.
Definition at line 29 of file CannotLoadMapFileException.java.
| net.sf.gridarta.actions.CannotLoadMapFileException.CannotLoadMapFileException | ( | @NotNull final String | mapPath, |
| @NotNull final Throwable | cause | ||
| ) |
Creates a new instance.
| mapPath | the map path that could not be loaded |
| cause | the cause why the map file could not be loaded |
Definition at line 48 of file CannotLoadMapFileException.java.
References net.sf.gridarta.actions.CannotLoadMapFileException.mapPath.
| String net.sf.gridarta.actions.CannotLoadMapFileException.getMapPath | ( | ) |
Returns the map path that could not be loaded.
Definition at line 58 of file CannotLoadMapFileException.java.
References net.sf.gridarta.actions.CannotLoadMapFileException.mapPath.
Here is the caller graph for this function:
|
private |
The map path that could not be loaded.
Definition at line 41 of file CannotLoadMapFileException.java.
Referenced by net.sf.gridarta.actions.CannotLoadMapFileException.CannotLoadMapFileException(), and net.sf.gridarta.actions.CannotLoadMapFileException.getMapPath().
|
staticprivate |
The serial version UID.
Definition at line 34 of file CannotLoadMapFileException.java.