|
Gridarta Editor
|
Exception thrown if a map file cannot be saved. More...
Inheritance diagram for net.sf.gridarta.actions.CannotSaveMapFileException:
Collaboration diagram for net.sf.gridarta.actions.CannotSaveMapFileException:Public Member Functions | |
| CannotSaveMapFileException (@NotNull final File mapFile, @NotNull final Throwable cause) | |
| Creates a new instance. More... | |
| File | getMapFile () |
| Returns the map file that could not be saved. More... | |
Private Attributes | |
| final File | mapFile |
| The map file that could not be saved. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
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.
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.