Class InvalidGridCellException

All Implemented Interfaces:
Serializable

public class InvalidGridCellException extends MazeGameEditorException
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 Details

    • InvalidGridCellException

      public InvalidGridCellException()
    • InvalidGridCellException

      public InvalidGridCellException(String message)
    • InvalidGridCellException

      public InvalidGridCellException(String message, Throwable cause)
    • InvalidGridCellException

      public InvalidGridCellException(Throwable cause)