Package 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- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InvokerInvocationException(InvocationTargetException e)InvokerInvocationException(Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()- 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
 
- 
InvokerInvocationException
public InvokerInvocationException(Throwable cause)
 
 - 
 
- 
Method Detail
- 
getMessage
public String getMessage()
- Overrides:
 getMessagein classGroovyRuntimeException
 
 - 
 
 -