Package sudoku
Class Table.IncorrectRegisterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sudoku.Table.IncorrectRegisterException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Table
public static class Table.IncorrectRegisterException extends RuntimeException
Custom exception thrown when 4th Player is about to be registered to this table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncorrectRegisterException(String msg)
-
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)
-
-