Package sudoku
Class TableMemory.OverwriteOfferException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sudoku.TableMemory.OverwriteOfferException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TableMemory
public static class TableMemory.OverwriteOfferException extends RuntimeException
Custom exception thrown when a Player is about to offer a digit the second time before rejection or withdrawal- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
_playerInternalIndex
-
Constructor Summary
Constructors Constructor Description OverwriteOfferException(String msg, int playerInternalIndex)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OverwriteOfferException
public OverwriteOfferException(String msg, int playerInternalIndex)
-
-