Package sudoku

Class Player.IncorrectRegisterException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Player

    public static class Player.IncorrectRegisterException
    extends RuntimeException
    Custom exception thrown when excessive Table is about to be registered to this Player
    See Also:
    Serialized Form
    • Field Detail

      • _excessiveTableId

        final int _excessiveTableId
      • _crashingPlayerId

        final int _crashingPlayerId
    • Constructor Detail

      • IncorrectRegisterException

        public IncorrectRegisterException​(String msg,
                                          int excessiveTableId,
                                          int crashingPlayerId)