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

Constructor Summary
InvokerInvocationException(InvocationTargetException e)
           
 
Methods inherited from class org.codehaus.groovy.runtime.InvokerException
getLocationText, getMessage, getModule, getNode, setModule
 
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

InvokerInvocationException

public InvokerInvocationException(InvocationTargetException e)


Copyright © 2003 The Codehaus. All Rights Reserved.