Class InvalidGridCellException
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.InvalidGridCellException
- All Implemented Interfaces:
Serializable
The InvalidGridCellException class represents an exception that is thrown when an invalid grid cell is accessed.
It is a subclass of MazeGameEditorException.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidGridCellException
(String message) InvalidGridCellException
(String message, 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
-
InvalidGridCellException
public InvalidGridCellException() -
InvalidGridCellException
-
InvalidGridCellException
-
InvalidGridCellException
-