public class MapSizeMismatchException
extends java.lang.Exception
| Constructor and Description |
|---|
MapSizeMismatchException(java.io.File mapFile,
Size2D mapSize,
Size2D otherMapSize)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getMapFile()
Returns the map
File of the first map. |
Size2D |
getMapSize()
Returns the size of the first map.
|
Size2D |
getOtherMapSize()
Returns the size of the second map.
|
@NotNull public java.io.File getMapFile()
File of the first map.@NotNull public Size2D getMapSize()
@NotNull public Size2D getOtherMapSize()