Uses of Class
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ExceptionInfo
-
Packages that use JavadocMethodCheck.ExceptionInfo Package Description com.puppycrawl.tools.checkstyle.checks.javadoc Contains the Javadoc checks that are bundled with the main distribution. -
-
Uses of JavadocMethodCheck.ExceptionInfo in com.puppycrawl.tools.checkstyle.checks.javadoc
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc that return types with arguments of type JavadocMethodCheck.ExceptionInfo Modifier and Type Method Description private java.util.List<JavadocMethodCheck.ExceptionInfo>
JavadocMethodCheck. getThrows(DetailAST ast)
Computes the exception nodes for a method.Method parameters in com.puppycrawl.tools.checkstyle.checks.javadoc with type arguments of type JavadocMethodCheck.ExceptionInfo Modifier and Type Method Description private boolean
JavadocMethodCheck. isInThrows(java.util.List<JavadocMethodCheck.ExceptionInfo> throwsList, AbstractTypeAwareCheck.AbstractClassInfo documentedClassInfo, java.util.Set<java.lang.String> foundThrows)
Verifies that documented exception is in throws.
-