org.codenarc.rule.exceptions
Class CatchErrorRule
java.lang.Object
org.codenarc.rule.AbstractRule
org.codenarc.rule.AbstractAstVisitorRule
org.codenarc.rule.exceptions.CatchErrorRule
class CatchErrorRule
extends AbstractAstVisitorRule
Rule that checks for catching a Error
- author:
- Chris Mair
- version:
- $Revision: 89 $ - $Date: 2009-03-17 20:39:03 -0400 (Tue, 17 Mar 2009) $
Methods inherited from class AbstractRule
|
applyTo, createViolation, createViolation, createViolationForImport, createViolationForImport, getImportsSortedByLineNumber, getName, getPriority, packageNameForImport, setName, setPriority, sourceLineAndNumberForImport, sourceLineAndNumberForImport |
name
String name
-
priority
int priority
-
CatchErrorRule
CatchErrorRule()
-
getAstVisitor
AstVisitor getAstVisitor()
-
Groovy Documentation