Class InvalidThrows

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.javadoc.InvalidThrows
All Implemented Interfaces:
BugChecker.MethodTreeMatcher, Suppressible, Serializable

public final class InvalidThrows extends BugChecker implements BugChecker.MethodTreeMatcher
Matches errors in Javadoc @throws tags.
Author:
ghm@google.com (Graeme Morgan)
See Also: