Gridarta Editor
net.sf.gridarta.actions.CannotLoadMapFileException Class Reference

Exception thrown if a map file cannot be loaded. More...

+ 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)
 Creates a new instance. More...
 
String getMapPath ()
 Returns the map path that could not be loaded. More...
 

Private Attributes

final String mapPath
 The map path that could not be loaded. More...
 

Static Private Attributes

static final long serialVersionUID = 1L
 The serial version UID. More...
 

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: