Uses of Class
io.github.skenvy.SudokuGrid.SudokuCellGridInvalidGridShapeException
-
Uses of SudokuGrid.SudokuCellGridInvalidGridShapeException in io.github.skenvy
Constructors in io.github.skenvy that throw SudokuGrid.SudokuCellGridInvalidGridShapeExceptionModifierConstructorDescriptionInitialise an empty sudoku grid for a standard Sudoku board.SudokuGrid
(int boardSize) Initialise an empty sudoku grid for a custom sized Sudoku board.SudokuGrid
(SudokuGrid initialGrid, boolean exactReplica) Initialise a grid from one already established.