20 package net.sf.gridarta.actions;
22 import java.io.IOException;
23 import org.jetbrains.annotations.NotNull;
49 super(mapPath, cause);
Exception thrown if a map file cannot be loaded.
final String mapPath
The map path that could not be loaded.
static final long serialVersionUID
The serial version UID.
CannotLoadMapFileException(@NotNull final String mapPath, @NotNull final Throwable cause)
Creates a new instance.
String getMapPath()
Returns the map path that could not be loaded.