Groovy Documentation

Package org.codenarc.rule.exceptions

 

Class Summary
CatchErrorRule Rule that checks for catching a Error
CatchExceptionRule Rule that checks for catching a Exception
CatchNullPointerExceptionRule Rule that checks for catching a NullPointerException
CatchRuntimeExceptionRule Rule that checks for catching a RuntimeException
CatchThrowableRule Rule that checks for catching a Throwable
CommonCatchAstVisitor AstVisitor implementation that checks for catching an exception type specified in the constructor

This is an internal class and its API is subject to change.

CommonThrowAstVisitor 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.

ThrowErrorRule Rule that checks for throwing an instance of java.lang.Error
ThrowExceptionRule Rule that checks for throwing an instance of java.lang.Exception
ThrowNullPointerExceptionRule Rule that checks for throwing an instance of java.lang.NullPointerException
ThrowRuntimeExceptionRule Rule that checks for throwing an instance of java.lang.RuntimeException
ThrowThrowableRule Rule that checks for throwing an instance of java.lang.Throwable
 


Groovy Documentation