Gridarta Editor
|
Public Member Functions | |
CannotSaveMapFileException (@NotNull final File mapFile, @NotNull final Throwable cause) | |
File | getMapFile () |
Private Attributes | |
final File | mapFile |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Exception thrown if a map file cannot be saved.
Definition at line 30 of file CannotSaveMapFileException.java.
net.sf.gridarta.actions.CannotSaveMapFileException.CannotSaveMapFileException | ( | @NotNull final File | mapFile, |
@NotNull final Throwable | cause | ||
) |
Creates a new instance.
mapFile | the map file that could not be saved |
cause | the cause why the map file could not be saved |
Definition at line 49 of file CannotSaveMapFileException.java.
References net.sf.gridarta.actions.CannotSaveMapFileException.mapFile.
File net.sf.gridarta.actions.CannotSaveMapFileException.getMapFile | ( | ) |
Returns the map file that could not be saved.
Definition at line 59 of file CannotSaveMapFileException.java.
References net.sf.gridarta.actions.CannotSaveMapFileException.mapFile.
|
private |
The map file that could not be saved. @serial
Definition at line 42 of file CannotSaveMapFileException.java.
Referenced by net.sf.gridarta.actions.CannotSaveMapFileException.CannotSaveMapFileException(), and net.sf.gridarta.actions.CannotSaveMapFileException.getMapFile().
|
staticprivate |
The serial version UID.
Definition at line 35 of file CannotSaveMapFileException.java.