Package io.github.skenvy
Class CellCollection.SudokuCellCollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.skenvy.CellCollection.SudokuCellCollectionException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CellCollection
public class CellCollection.SudokuCellCollectionException extends Exception
Used for cell collection related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SudokuCellCollectionException(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
-
SudokuCellCollectionException
public SudokuCellCollectionException(String string)
-
-