Package sudoku
Class Sudoku.IncorrectBoardSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sudoku.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 Summary
Constructors Constructor Description IncorrectBoardSizeException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IncorrectBoardSizeException
public IncorrectBoardSizeException(String msg)
-
-