Class JavadocMethodCheck.ExceptionInfo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private DetailAST ast
      AST node representing this exception.
      private JavadocMethodCheck.ClassInfo classInfo
      Class information associated with this exception.
      private boolean found
      Does the exception have throws tag associated with.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private DetailAST getAst()
      Gets the AST node representing this exception.
      private JavadocMethodCheck.Token getName()
      Gets exception name.
      private boolean isFound()
      Checks that the exception has throws tag associated with it.
      private void setFound()
      Mark that the exception has associated throws tag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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