Class CatchFail

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

public class CatchFail extends BugChecker implements BugChecker.TryTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: