Gridarta Editor
net.sf.gridarta.actions.CannotLoadMapFileException Class Reference
+ Inheritance diagram for net.sf.gridarta.actions.CannotLoadMapFileException:
+ Collaboration diagram for net.sf.gridarta.actions.CannotLoadMapFileException:

Public Member Functions

 CannotLoadMapFileException (@NotNull final String mapPath, @NotNull final Throwable cause)
 
String getMapPath ()
 

Private Attributes

final String mapPath
 

Static Private Attributes

static final long serialVersionUID = 1L
 

Detailed Description

Exception thrown if a map file cannot be loaded.

Author
Andreas Kirschbaum

Definition at line 29 of file CannotLoadMapFileException.java.

Constructor & Destructor Documentation

◆ CannotLoadMapFileException()

net.sf.gridarta.actions.CannotLoadMapFileException.CannotLoadMapFileException ( @NotNull final String  mapPath,
@NotNull final Throwable  cause 
)

Creates a new instance.

Parameters
mapPaththe map path that could not be loaded
causethe cause why the map file could not be loaded

Definition at line 48 of file CannotLoadMapFileException.java.

References net.sf.gridarta.actions.CannotLoadMapFileException.mapPath.

Member Function Documentation

◆ getMapPath()

String net.sf.gridarta.actions.CannotLoadMapFileException.getMapPath ( )

Member Data Documentation

◆ mapPath

final String net.sf.gridarta.actions.CannotLoadMapFileException.mapPath
private

◆ serialVersionUID

final long net.sf.gridarta.actions.CannotLoadMapFileException.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 34 of file CannotLoadMapFileException.java.


The documentation for this class was generated from the following file: