Package sudoku

Class Sudoku.IncorrectBoardSizeException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Sudoku

    public static class Sudoku.IncorrectBoardSizeException
    extends RuntimeException
    Custom exception thrown when trying to initialize board with incorrect size.
    See Also:
    Serialized Form
    • Constructor Detail

      • IncorrectBoardSizeException

        public IncorrectBoardSizeException​(String msg)