Gridarta Editor
|
Public Member Functions | |
CannotLoadMapFileException (@NotNull final String mapPath, @NotNull final Throwable cause) | |
String | getMapPath () |
Private Attributes | |
final String | mapPath |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
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.
|
private |
The map path that could not be loaded. @serial
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.