Class UnusedException

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

public final class UnusedException extends BugChecker implements BugChecker.CatchTreeMatcher
Bugpattern for catch blocks which catch an exception but throw another one without wrapping the original.
Author:
ghm@google.com (Graeme Morgan)
See Also: