Package io.github.skenvy
Class SudokuGrid.SudokuCellGridInvalidGridShapeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.skenvy.SudokuGrid.SudokuCellGridInvalidGridShapeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
SudokuGrid
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSudokuCellGridInvalidGridShapeException
(int rows) SudokuCellGridInvalidGridShapeException
(int rows, int cols) SudokuCellGridInvalidGridShapeException
(int macroRows, int macroCols, int microRows, int microCols) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SudokuCellGridInvalidGridShapeException
public SudokuCellGridInvalidGridShapeException(int macroRows, int macroCols, int microRows, int microCols) -
SudokuCellGridInvalidGridShapeException
public SudokuCellGridInvalidGridShapeException(int rows, int cols) -
SudokuCellGridInvalidGridShapeException
public SudokuCellGridInvalidGridShapeException(int rows)
-