Class SpellCheckException

    • Constructor Detail

      • 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 Detail

      • getRootException

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