Class CheckedExceptionNotThrown

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

public final class CheckedExceptionNotThrown extends BugChecker implements BugChecker.MethodTreeMatcher
Flags checked exceptions which are claimed to be thrown, but are not.
See Also: