Package sudoku

Class Sudoku.DigitOutOfRangeException

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Sudoku

    public static class Sudoku.DigitOutOfRangeException
    extends RuntimeException
    Custom exception thrown when a board digit is negative or greater than sudoku rank (0 indicates an empty field).
    See Also:
    Serialized Form
    • Constructor Detail

      • DigitOutOfRangeException

        public DigitOutOfRangeException​(String msg)