Class SpellCheckException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.day.cq.spellchecker.SpellCheckException
All Implemented Interfaces:
Serializable

public class SpellCheckException extends Exception
Exception class
See Also:
  • Constructor Details

    • SpellCheckException

      public SpellCheckException(String msg)
      Create a new instance of this class.
      Parameters:
      msg - message
    • SpellCheckException

      public SpellCheckException(String msg, Throwable root)
      Create a new instance of this class.
      Parameters:
      msg - message
      root - root throwable
  • Method Details

    • getRootException

      public Throwable getRootException()
      Return the root throwable
      Returns:
      root throwable, may be null