public class CannotSaveMapFileException
extends java.io.IOException
| Constructor and Description |
|---|
CannotSaveMapFileException(@NotNull java.io.File mapFile,
@NotNull java.lang.Throwable cause)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.io.File |
getMapFile()
Returns the map file that could not be saved.
|
public CannotSaveMapFileException(@NotNull
@NotNull java.io.File mapFile,
@NotNull
@NotNull java.lang.Throwable cause)
mapFile - the map file that could not be savedcause - the cause why the map file could not be saved