Class SymSpellException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.gitlab.rxp90.jsymspell.exceptions.SymSpellException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingKeyException,NotInitializedException
public abstract class SymSpellException extends RuntimeException
Superclass for all exceptions used in the spell checker.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SymSpellException(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString