[Java] Class InvokerInvocationException
- org.codehaus.groovy.runtime.InvokerInvocationException
An exception thrown if a method is called and an exception occurred
- Authors:
- James Strachan
Constructor Summary
Constructor and description |
---|
InvokerInvocationException
(InvocationTargetException e) |
InvokerInvocationException
(Throwable cause) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
getMessage() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
class RuntimeException | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public InvokerInvocationException(InvocationTargetException e)
public InvokerInvocationException(Throwable cause)
Method Detail
public String getMessage()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/InvokerInvocationException.html