org.codehaus.groovy.runtime
Class InvokerInvocationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bygroovy.lang.GroovyRuntimeException
                  extended byorg.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: 1.6 $
Author:
James Strachan
See Also:
Serialized Form

Constructor Summary
InvokerInvocationException(InvocationTargetException e)
           
InvokerInvocationException(Throwable cause)
           
 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, 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)

InvokerInvocationException

public InvokerInvocationException(Throwable cause)


Copyright © 2003-2007 The Codehaus. All Rights Reserved.