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