Class Cell.SudokuCellException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.skenvy.Cell.SudokuCellException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Cell.SudokuCellCantSetValueOfPredeterminedCellException, Cell.SudokuCellInvalidInitialValueException
Enclosing class:
Cell

public class Cell.SudokuCellException extends Exception
Used for cell related exceptions.
See Also:
  • Constructor Details

    • SudokuCellException

      public SudokuCellException(String string)