public class CannotLoadMapFileException
extends java.io.IOException
Constructor and Description |
---|
CannotLoadMapFileException(@NotNull java.lang.String mapPath,
@NotNull java.lang.Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.String |
getMapPath()
Returns the map path that could not be loaded.
|
public CannotLoadMapFileException(@NotNull @NotNull java.lang.String mapPath, @NotNull @NotNull java.lang.Throwable cause)
mapPath
- the map path that could not be loadedcause
- the cause why the map file could not be loaded