Class CatchAndPrintStackTrace

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

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