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
- Version:
- $Revision: 8867 $
- Author:
- James Strachan
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
InvokerInvocationException
public InvokerInvocationException(Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class GroovyRuntimeException