org.codehaus.groovy.runtime
Class InvokerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.codehaus.groovy.runtime.InvokerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvokerInvocationException, NoSuchClassException, NoSuchMethodException, NoSuchPropertyException

public class InvokerException
extends RuntimeException

An exception thrown by the interpreter

Version:
$Revision: 1.3 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
InvokerException(String message)
           
InvokerException(String message, org.codehaus.groovy.ast.ASTNode node)
           
InvokerException(String message, Throwable cause)
           
 
Method Summary
protected  String getLocationText()
           
 String getMessage()
           
 org.codehaus.groovy.ast.ModuleNode getModule()
           
 org.codehaus.groovy.ast.ASTNode getNode()
           
 void setModule(org.codehaus.groovy.ast.ModuleNode module)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokerException

public InvokerException(String message)

InvokerException

public InvokerException(String message,
                        org.codehaus.groovy.ast.ASTNode node)

InvokerException

public InvokerException(String message,
                        Throwable cause)
Method Detail

setModule

public void setModule(org.codehaus.groovy.ast.ModuleNode module)

getModule

public org.codehaus.groovy.ast.ModuleNode getModule()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getNode

public org.codehaus.groovy.ast.ASTNode getNode()

getLocationText

protected String getLocationText()


Copyright © 2003 The Codehaus. All Rights Reserved.