Class CatchingUnchecked

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

public final class CatchingUnchecked extends BugChecker implements BugChecker.TryTreeMatcher
Flags code which catches RuntimeExceptions under the guise of catching Exception.
See Also: