Groovy Documentation

groovy.org.codenarc.rule.exceptions
[Groovy] Class ExceptionNotThrownAstVisitor

java.lang.Object
  org.codenarc.rule.AbstractAstVisitor
      groovy.org.codenarc.rule.exceptions.ExceptionNotThrownAstVisitor

class ExceptionNotThrownAstVisitor
extends AbstractAstVisitor

Method Summary
void visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement statement)

 

Method Detail

visitCatchStatement

@Override
void visitCatchStatement(org.codehaus.groovy.ast.stmt.CatchStatement statement)


 

Groovy Documentation