Package sudoku
Class Player.DoubleFinishException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sudoku.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 Summary
Fields Modifier and Type Field Description (package private) int
_crashingPlayerId
(package private) int
_finishTableId
(package private) int
_resultingDigit
-
Constructor Summary
Constructors Constructor Description DoubleFinishException(String msg, int finishTableId, int crashingPlayerId, int resultingDigit)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DoubleFinishException
public DoubleFinishException(String msg, int finishTableId, int crashingPlayerId, int resultingDigit)
-
-