|
Gridarta Editor
|
Exception thrown if the size of a map file is unexpected. More...
Inheritance diagram for net.sf.gridarta.actions.MapSizeMismatchException:
Collaboration diagram for net.sf.gridarta.actions.MapSizeMismatchException:Public Member Functions | |
| File | getMapFile () |
| Returns the map File of the first map. More... | |
| Size2D | getMapSize () |
| Returns the size of the first map. More... | |
| Size2D | getOtherMapSize () |
| Returns the size of the second map. More... | |
| MapSizeMismatchException (@NotNull final File mapFile, @NotNull final Size2D mapSize, @NotNull final Size2D otherMapSize) | |
| Creates a new instance. More... | |
Private Attributes | |
| final File | mapFile |
| The map File of the first map. More... | |
| final Size2D | mapSize |
| The size of the first map. More... | |
| final Size2D | otherMapSize |
| The size of the second map. More... | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
| The serial version UID. More... | |
Exception thrown if the size of a map file is unexpected.
Definition at line 30 of file MapSizeMismatchException.java.
| net.sf.gridarta.actions.MapSizeMismatchException.MapSizeMismatchException | ( | @NotNull final File | mapFile, |
| @NotNull final Size2D | mapSize, | ||
| @NotNull final Size2D | otherMapSize | ||
| ) |
Creates a new instance.
| mapFile | the map file of the first map |
| mapSize | the size of the first map |
| otherMapSize | the size of the second map |
Definition at line 64 of file MapSizeMismatchException.java.
References net.sf.gridarta.actions.MapSizeMismatchException.mapFile, net.sf.gridarta.actions.MapSizeMismatchException.mapSize, and net.sf.gridarta.actions.MapSizeMismatchException.otherMapSize.
| File net.sf.gridarta.actions.MapSizeMismatchException.getMapFile | ( | ) |
Returns the map File of the first map.
Definition at line 75 of file MapSizeMismatchException.java.
References net.sf.gridarta.actions.MapSizeMismatchException.mapFile.
Here is the caller graph for this function:| Size2D net.sf.gridarta.actions.MapSizeMismatchException.getMapSize | ( | ) |
Returns the size of the first map.
Definition at line 84 of file MapSizeMismatchException.java.
References net.sf.gridarta.actions.MapSizeMismatchException.mapSize.
Here is the caller graph for this function:| Size2D net.sf.gridarta.actions.MapSizeMismatchException.getOtherMapSize | ( | ) |
Returns the size of the second map.
Definition at line 93 of file MapSizeMismatchException.java.
References net.sf.gridarta.actions.MapSizeMismatchException.otherMapSize.
Here is the caller graph for this function:
|
private |
The map File of the first map.
Definition at line 42 of file MapSizeMismatchException.java.
Referenced by net.sf.gridarta.actions.MapSizeMismatchException.getMapFile(), and net.sf.gridarta.actions.MapSizeMismatchException.MapSizeMismatchException().
|
private |
The size of the first map.
Definition at line 49 of file MapSizeMismatchException.java.
Referenced by net.sf.gridarta.actions.MapSizeMismatchException.getMapSize(), and net.sf.gridarta.actions.MapSizeMismatchException.MapSizeMismatchException().
|
private |
The size of the second map.
Definition at line 56 of file MapSizeMismatchException.java.
Referenced by net.sf.gridarta.actions.MapSizeMismatchException.getOtherMapSize(), and net.sf.gridarta.actions.MapSizeMismatchException.MapSizeMismatchException().
|
staticprivate |
The serial version UID.
Definition at line 35 of file MapSizeMismatchException.java.