Uses of Class
groovy.lang.GroovyRuntimeException

Packages that use GroovyRuntimeException
groovy.lang Core Groovy language classes for implementing data structures, closures, metadata and so forth. 
org.codehaus.groovy.classgen Generates Java classes for Groovy classes using ASM. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.syntax Lexer, parser and trees. 
 

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-2007 The Codehaus. All Rights Reserved.