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 GroovyRuntimeException
An exception thrown if a method is called and an exception occurred
- Version:
- $Revision: 1735 $
- Author:
- James Strachan
- See Also:
- Serialized Form
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
InvokerInvocationException
public InvokerInvocationException(Throwable cause)
Copyright © 2003-2007 The Codehaus. All Rights Reserved.