Class JavadocMethodCheck.ExceptionInfo

java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
Enclosing class:
JavadocMethodCheck

private static final class JavadocMethodCheck.ExceptionInfo extends Object
Stores useful information about declared exception.
  • Field Details

  • Constructor Details

  • Method Details

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

      Gets exception name.
      Returns:
      exception's name