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.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.syntax.parser The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree)  
 

Uses of GroovyRuntimeException in groovy.lang
 

Subclasses of GroovyRuntimeException in groovy.lang
 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 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
 

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

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



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