Class IllegalMoveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.wolfraam.chessgame.move.IllegalMoveException
All Implemented Interfaces:
Serializable

public class IllegalMoveException extends RuntimeException
Throws when an illegal move is attempted.
See Also:
  • Constructor Details

    • IllegalMoveException

      public IllegalMoveException(String message)