Package sudoku

Class Player.BadFinishException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Player

    public static class Player.BadFinishException
    extends RuntimeException
    Custom exception thrown when Table finishes negotiations with a digit different from what was offered.
    See Also:
    Serialized Form
    • Field Detail

      • _finishTableId

        final int _finishTableId
      • _crashingPlayerId

        final int _crashingPlayerId
      • _playerDigit

        final int _playerDigit
      • _tableDigit

        final int _tableDigit
    • Constructor Detail

      • BadFinishException

        public BadFinishException​(String msg,
                                  int finishTableId,
                                  int crashingPlayerId,
                                  int playerDigit,
                                  int tableDigit)