Class 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
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 - message
        root - root throwable
    • Method Detail

      • getRootException

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