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

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

+ Inheritance diagram for net.sf.gridarta.actions.CannotSaveMapFileException:
+ Collaboration diagram for net.sf.gridarta.actions.CannotSaveMapFileException:

Public Member Functions

 CannotSaveMapFileException (@NotNull final File mapFile, @NotNull final Throwable cause)
 Creates a new instance. More...
 
File getMapFile ()
 Returns the map file that could not be saved. More...
 

Private Attributes

final File mapFile
 The map file that could not be saved. More...
 

Static Private Attributes

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

Detailed Description

Exception thrown if a map file cannot be saved.

Author
Andreas Kirschbaum

Definition at line 30 of file CannotSaveMapFileException.java.

Constructor & Destructor Documentation

◆ CannotSaveMapFileException()

net.sf.gridarta.actions.CannotSaveMapFileException.CannotSaveMapFileException ( @NotNull final File  mapFile,
@NotNull final Throwable  cause 
)

Creates a new instance.

Parameters
mapFilethe map file that could not be saved
causethe cause why the map file could not be saved

Definition at line 49 of file CannotSaveMapFileException.java.

References net.sf.gridarta.actions.CannotSaveMapFileException.mapFile.

Member Function Documentation

◆ getMapFile()

File net.sf.gridarta.actions.CannotSaveMapFileException.getMapFile ( )

Returns the map file that could not be saved.

Returns
the map file

Definition at line 59 of file CannotSaveMapFileException.java.

References net.sf.gridarta.actions.CannotSaveMapFileException.mapFile.

Member Data Documentation

◆ mapFile

final File net.sf.gridarta.actions.CannotSaveMapFileException.mapFile
private

◆ serialVersionUID

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

The serial version UID.

Definition at line 35 of file CannotSaveMapFileException.java.


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