Groovy Documentation

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

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

class ConfusingClassNamedExceptionRule
extends AbstractAstVisitorRule

This rule traps classes named exception that do not inherit from exception.

Authors:
Hamlet D'Arcy


Property Summary
Class astVisitorClass

String name

int priority

 

Property Detail

astVisitorClass

Class astVisitorClass


name

String name


priority

int priority


 

Groovy Documentation