Class MazeGameEditorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tum.cit.ase.maze.utils.exceptions.MazeGameException
de.tum.cit.ase.editor.utlis.exceptions.MazeGameEditorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidGridCellException
,InvalidMapException
,InvalidMapFile
The MazeGameEditorException class represents an exception that occurs in the Maze Game Editor.
It is an abstract class that extends MazeGameException.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionMazeGameEditorException
(String message) MazeGameEditorException
(String message, Throwable cause) protected
MazeGameEditorException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MazeGameEditorException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MazeGameEditorException
public MazeGameEditorException() -
MazeGameEditorException
-
MazeGameEditorException
-
MazeGameEditorException
-
MazeGameEditorException
-