Groovy 2.2.0

org.codehaus.groovy.runtime
[Java] Class InvokerInvocationException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              groovy.lang.GroovyRuntimeException
                  org.codehaus.groovy.runtime.InvokerInvocationException

public class InvokerInvocationException
extends GroovyRuntimeException

An exception thrown if a method is called and an exception occurred

Authors:
James Strachan
Version:
\$Revision\$


Constructor Summary
InvokerInvocationException(InvocationTargetException e)

InvokerInvocationException(Throwable cause)

 
Method Summary
String getMessage()

 
Methods inherited from class GroovyRuntimeException
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Constructor Detail

InvokerInvocationException

public InvokerInvocationException(InvocationTargetException e)


InvokerInvocationException

public InvokerInvocationException(Throwable cause)


 
Method Detail

getMessage

public String getMessage()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.