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:
  • 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)