Class MazeGameEditorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidGridCellException, InvalidMapException, InvalidMapFile

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

    • MazeGameEditorException

      public MazeGameEditorException()
    • MazeGameEditorException

      public MazeGameEditorException(String message)
    • MazeGameEditorException

      public MazeGameEditorException(String message, Throwable cause)
    • MazeGameEditorException

      public MazeGameEditorException(Throwable cause)
    • MazeGameEditorException

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