org.codehaus.groovy.runtime
Class InvokerInvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
org.codehaus.groovy.runtime.InvokerInvocationException
- All Implemented Interfaces:
- Serializable
- public class InvokerInvocationException
- extends groovy.lang.GroovyRuntimeException
An exception thrown if a method is called and an exception occurred
- Version:
- $Revision: 1.6 $
- Author:
- James Strachan
- See Also:
- Serialized Form
Methods inherited from class groovy.lang.GroovyRuntimeException |
getLocationText, getMessage, getModule, getNode, setModule |
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
InvokerInvocationException
public InvokerInvocationException(Throwable cause)
Copyright © 2003-2005 The Codehaus. All Rights Reserved.