Class Throws

java.lang.Object
com.google.errorprone.matchers.Throws
All Implemented Interfaces:
Matcher<StatementTree>, Serializable

public class Throws extends Object implements Matcher<StatementTree>
Matches a throw statement whose thrown expression is matched by the given matcher.
Author:
schmitt@google.com (Peter Schmitt)
See Also: