AstVisitor implementation that checks for throwing one of the exception type names specified in the constructor
This is an internal class and its API is subject to change.Constructor and description |
---|
CommonThrowAstVisitor
(List exceptionTypeNames) Construct a new instance, specifying the exception type names |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
visitThrowStatement(org.codehaus.groovy.ast.stmt.ThrowStatement throwStatement) |
Construct a new instance, specifying the exception type names
exceptionTypeNames
- - the names of the exception class; typically including class name
with and without package