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\$
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 |
InvokerInvocationException
public InvokerInvocationException(InvocationTargetException e)
-
InvokerInvocationException
public InvokerInvocationException(Throwable cause)
-
getMessage
public String getMessage()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.