Package io.github.skenvy
Class Sudoku.InvlalidSudokuCongiguration
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.skenvy.Sudoku.InvlalidSudokuCongiguration
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Sudoku
public final class Sudoku.InvlalidSudokuCongiguration extends Exception
Used for sudoku related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvlalidSudokuCongiguration(String string)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvlalidSudokuCongiguration
public InvlalidSudokuCongiguration(String string)
-
-