Class InvalidMapException
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
de.tum.cit.ase.editor.utlis.exceptions.InvalidMapException
- All Implemented Interfaces:
Serializable
Exception thrown when an invalid map is encountered in the Maze Game Editor.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidMapException
(String message) InvalidMapException
(String message, Throwable cause) InvalidMapException
(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
-
InvalidMapException
public InvalidMapException() -
InvalidMapException
-
InvalidMapException
-
InvalidMapException
-