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.control Compiler control classes. 
org.codehaus.groovy.reflection Internal classes for assisting with reflection. 
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.runtime.metaclass Internal classes related to Groovy's metaclass implementation. 
org.codehaus.groovy.syntax Lexer, parser and trees. 
 

Uses of GroovyRuntimeException in groovy.lang
 

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

Subclasses of GroovyRuntimeException in org.codehaus.groovy.control
 class CompilationFailedException
          Thrown when compilation fails from source errors.
 class MultipleCompilationErrorsException
           
 

Uses of GroovyRuntimeException in org.codehaus.groovy.reflection
 

Methods in org.codehaus.groovy.reflection that return GroovyRuntimeException
private static GroovyRuntimeException CachedConstructor.createExceptionText(java.lang.String init, java.lang.reflect.Constructor constructor, java.lang.Object[] argumentArray, java.lang.Throwable e, boolean setReason)
           
 

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
 

Methods in org.codehaus.groovy.runtime that return GroovyRuntimeException
static GroovyRuntimeException MetaClassHelper.createExceptionText(java.lang.String init, MetaMethod method, java.lang.Object object, java.lang.Object[] args, java.lang.Throwable reason, boolean setReason)
           
 

Methods in org.codehaus.groovy.runtime with parameters of type GroovyRuntimeException
static java.lang.Throwable ScriptBytecodeAdapter.unwrap(GroovyRuntimeException gre)
           
 

Uses of GroovyRuntimeException in org.codehaus.groovy.runtime.metaclass
 

Subclasses of GroovyRuntimeException in org.codehaus.groovy.runtime.metaclass
 class MethodSelectionException
          This exception is thrown if the runtime is unable to select a method.
 class MissingMethodExceptionNoStack
           
 class MissingMethodExecutionFailed
          A stack less exception used to indicate, that the execution of a missingMethod method failed with a MissingMethodException.
 class MissingPropertyExceptionNoStack
           
 

Methods in org.codehaus.groovy.runtime.metaclass with parameters of type GroovyRuntimeException
private static java.lang.Throwable ClosureMetaClass.unwrap(GroovyRuntimeException gre)
           
 

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 © ${year} The Codehaus. All Rights Reserved.