Class JavadocMethodCheck.ExceptionInfo

    • Method Detail

      • getAst

        private DetailAST getAst()
        Gets the AST node representing this exception.
        Returns:
        the AST node representing this exception
      • setFound

        private void setFound()
        Mark that the exception has associated throws tag.
      • isFound

        private boolean isFound()
        Checks that the exception has throws tag associated with it.
        Returns:
        whether the exception has throws tag associated with