Save This Page
Home » groovy-src-1.6.3 » groovy » lang » [javadoc | source]
groovy.lang
public class: GroovyRuntimeException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            groovy.lang.GroovyRuntimeException

All Implemented Interfaces:
    Serializable

Direct Known Subclasses:
    MethodSelectionException, IncorrectClosureArgumentsException, MissingMethodException, SpreadMapEvaluatingException, MissingMethodExceptionNoStack, MultipleCompilationErrorsException, ReadOnlyPropertyException, IllegalPropertyAccessException, MissingClassException, CompilationFailedException, MissingPropertyExceptionNoStack, MissingFieldException, MissingPropertyException, SpreadListEvaluatingException, MissingMethodExecutionFailed, RuntimeIncompleteClassException, RuntimeParserException, InvokerInvocationException

An exception thrown by the interpreter
Constructor:
 public GroovyRuntimeException() 
 public GroovyRuntimeException(String message) 
 public GroovyRuntimeException(Throwable t) 
 public GroovyRuntimeException(String message,
    ASTNode node) 
 public GroovyRuntimeException(String message,
    Throwable cause) 
Method from groovy.lang.GroovyRuntimeException Summary:
getLocationText,   getMessage,   getMessageWithoutLocationText,   getModule,   getNode,   setModule
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from groovy.lang.GroovyRuntimeException Detail:
 protected String getLocationText() 
 public String getMessage() 
 public String getMessageWithoutLocationText() 
 public ModuleNode getModule() 
 public ASTNode getNode() 
 public  void setModule(ModuleNode module)