Package io.github.skenvy
Class Cell.SudokuCellInvalidInitialValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.skenvy.Cell.SudokuCellException
io.github.skenvy.Cell.SudokuCellInvalidInitialValueException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Cell
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SudokuCellInvalidInitialValueException
public SudokuCellInvalidInitialValueException(int initialValue, int boardSize)
-