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
InvokerException
public InvokerException(String message)
InvokerException
public InvokerException(String message,
org.codehaus.groovy.ast.ASTNode node)
InvokerException
public InvokerException(String message,
Throwable cause)
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.