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

public abstract class MazeGameException extends RuntimeException
The MazeGameException class represents an exception that occurs in the Maze Game. It is an abstract class that extends RuntimeException.
See Also:
  • Constructor Details

    • MazeGameException

      public MazeGameException()
    • MazeGameException

      public MazeGameException(String message)
    • MazeGameException

      public MazeGameException(String message, Throwable cause)
    • MazeGameException

      public MazeGameException(Throwable cause)
    • MazeGameException

      protected MazeGameException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)