Class InvalidCoordinatesException

All Implemented Interfaces:
Serializable

public class InvalidCoordinatesException extends ModelException
Represents invalid game coordinates, that is coordinates whose sum is not a multiple of 2, or more generically game coordinates used improperly during the game itself.
See Also:
  • Constructor Details

    • InvalidCoordinatesException

      public InvalidCoordinatesException()