Package com.day.cq.spellchecker
Class SpellCheckException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.spellchecker.SpellCheckException
- All Implemented Interfaces:
Serializable
Exception class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new instance of this class.SpellCheckException(String msg, Throwable root) Create a new instance of this class. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SpellCheckException
Create a new instance of this class.- Parameters:
msg- message
-
SpellCheckException
Create a new instance of this class.- Parameters:
msg- messageroot- root throwable
-
-
Method Details
-
getRootException
Return the root throwable- Returns:
- root throwable, may be
null
-