Groovy Documentation

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

java.lang.Object
  org.codenarc.rule.AbstractAstVisitorRule
      groovy.org.codenarc.rule.exceptions.CatchIllegalMonitorStateExceptionRule

class CatchIllegalMonitorStateExceptionRule
extends AbstractAstVisitorRule

Rule to trap when IllegalMonitorStateException is being caught.

Authors:
Hamlet D'Arcy


Property Summary
String name

int priority

 
Method Summary
AstVisitor getAstVisitor()

 

Property Detail

name

String name


priority

int priority


 
Method Detail

getAstVisitor

AstVisitor getAstVisitor()


 

Groovy Documentation