Package sudoku

Class Player.DoubleFinishException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Player

    public static class Player.DoubleFinishException
    extends RuntimeException
    Custom exception thrown when Player receives NegotiationsFinishedMsg with the same digit from more than one Table.
    See Also:
    Serialized Form
    • Field Detail

      • _finishTableId

        final int _finishTableId
      • _crashingPlayerId

        final int _crashingPlayerId
      • _resultingDigit

        final int _resultingDigit
    • Constructor Detail

      • DoubleFinishException

        public DoubleFinishException​(String msg,
                                     int finishTableId,
                                     int crashingPlayerId,
                                     int resultingDigit)