Package sudoku
Class Sudoku.DigitImmutableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- sudoku.Sudoku.DigitImmutableException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Sudoku
public static class Sudoku.DigitImmutableException extends RuntimeException
Custom exception thrown when trying to modify hard-coded sudoku field.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DigitImmutableException(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
-
DigitImmutableException
public DigitImmutableException(String msg)
-
-