Package com.day.cq.spellchecker
Class SpellCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.day.cq.spellchecker.SpellCheckException
-
- All Implemented Interfaces:
java.io.Serializable
public class SpellCheckException extends java.lang.Exception
Exception class- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpellCheckException(java.lang.String msg)
Create a new instance of this class.SpellCheckException(java.lang.String msg, java.lang.Throwable root)
Create a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getRootException()
Return the root throwable
-
-
-
Constructor Detail
-
SpellCheckException
public SpellCheckException(java.lang.String msg)
Create a new instance of this class.- Parameters:
msg
- message
-
SpellCheckException
public SpellCheckException(java.lang.String msg, java.lang.Throwable root)
Create a new instance of this class.- Parameters:
msg
- messageroot
- root throwable
-
-