org.codehaus.groovy.runtime
Class InvokerInvocationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.codehaus.groovy.runtime.InvokerException
|
+--org.codehaus.groovy.runtime.InvokerInvocationException
- All Implemented Interfaces:
- Serializable
- public class InvokerInvocationException
- extends InvokerException
An exception thrown if a method is called and an exception occurred
- Version:
- $Revision: 1.2 $
- Author:
- James Strachan
- See Also:
- Serialized Form
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
Copyright © 2003 The Codehaus. All Rights Reserved.