Uses of Class
groovy.lang.GroovyRuntimeException

Packages that use GroovyRuntimeException
groovy.lang   
org.codehaus.groovy.classgen   
org.codehaus.groovy.runtime   
org.codehaus.groovy.syntax   
 

Uses of GroovyRuntimeException in groovy.lang
 

Subclasses of GroovyRuntimeException in groovy.lang
 class BitwiseNegateEvaluatingException
           
 class IllegalPropertyAccessException
          An exception occurred if a dynamic property dispatch fails with a field not accessible.
 class IncorrectClosureArgumentsException
          An exception occurred when invoking a Closure with the wrong number and/or types of arguments
 class MissingClassException
          An exception occurred if a dynamic method dispatch fails with an unknown class.
 class MissingFieldException
          An exception occurred if a dynamic field dispatch fails with an unknown field.
 class MissingMethodException
          An exception occurred if a dynamic method dispatch fails with an unknown method.
 class MissingPropertyException
          An exception occurred if a dynamic property dispatch fails with an unknown property.
 class ReadOnlyPropertyException
          This exception is thrown if an attempt is made to set a read only property
 class SpreadListEvaluatingException
           
 class SpreadMapEvaluatingException
           
 

Uses of GroovyRuntimeException in org.codehaus.groovy.classgen
 

Subclasses of GroovyRuntimeException in org.codehaus.groovy.classgen
 class RuntimeIncompleteClassException
          RuntimeIncompleteClassException
 

Uses of GroovyRuntimeException in org.codehaus.groovy.runtime
 

Subclasses of GroovyRuntimeException in org.codehaus.groovy.runtime
 class InvokerInvocationException
          An exception thrown if a method is called and an exception occurred
 

Uses of GroovyRuntimeException in org.codehaus.groovy.syntax
 

Subclasses of GroovyRuntimeException in org.codehaus.groovy.syntax
 class RuntimeParserException
          A helper class to allow parser exceptions to be thrown anywhere in the code.
 



Copyright © 2003-2005 The Codehaus. All Rights Reserved.