Class MazeGameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tum.cit.ase.maze.utils.exceptions.MazeGameException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MapLoadingException
,MazeGameEditorException
,ObjectTypeException
The MazeGameException class represents an exception that occurs in the Maze Game.
It is an abstract class that extends RuntimeException.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionMazeGameException
(String message) MazeGameException
(String message, Throwable cause) protected
MazeGameException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) MazeGameException
(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
-
MazeGameException
public MazeGameException() -
MazeGameException
-
MazeGameException
-
MazeGameException
-
MazeGameException
-