Class ThrowsUncheckedException

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

public class ThrowsUncheckedException extends BugChecker implements BugChecker.MethodTreeMatcher
Suggests to remove the unchecked throws clause.
Author:
yulissa@google.com (Yulissa Arroyo-Paredes)
See Also: