20 package net.sf.gridarta.actions;
23 import java.io.IOException;
24 import org.jetbrains.annotations.NotNull;
50 super(mapFile.getPath(), cause);
static final long serialVersionUID
The serial version UID.
Exception thrown if a map file cannot be saved.
File getMapFile()
Returns the map file that could not be saved.
final File mapFile
The map file that could not be saved.
CannotSaveMapFileException(@NotNull final File mapFile, @NotNull final Throwable cause)
Creates a new instance.