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
public final class Cell.SudokuCellInvalidInitialValueException extends Cell.SudokuCellException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SudokuCellInvalidInitialValueException(int initialValue, int boardSize)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-