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
public class SudokuGrid.SudokuCellGridInvalidGridShapeException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SudokuCellGridInvalidGridShapeException(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 Detail
-
SudokuCellGridInvalidGridShapeException
public SudokuCellGridInvalidGridShapeException(int macroRows, int macroCols, int microRows, int microCols)
-
SudokuCellGridInvalidGridShapeException
public SudokuCellGridInvalidGridShapeException(int rows, int cols)
-
SudokuCellGridInvalidGridShapeException
public SudokuCellGridInvalidGridShapeException(int rows)
-
-