Class ThrowNull

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

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