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:
- java.io.Serializable
public class InvokerInvocationException extends GroovyRuntimeException
An exception thrown if a method is called and an exception occurred
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description InvokerInvocationException(java.lang.reflect.InvocationTargetException e)InvokerInvocationException(java.lang.Throwable cause)
- 
Method SummaryModifier and Type Method Description java.lang.StringgetMessage()Methods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
InvokerInvocationExceptionpublic InvokerInvocationException(java.lang.reflect.InvocationTargetException e)
- 
InvokerInvocationExceptionpublic InvokerInvocationException(java.lang.Throwable cause)
 
- 
- 
Method Details- 
getMessagepublic java.lang.String getMessage()- Overrides:
- getMessagein class- GroovyRuntimeException
 
 
-