[Java] Class InvokerInvocationException
- org.codehaus.groovy.runtime.InvokerInvocationException
public class InvokerInvocationException extends GroovyRuntimeException
An exception thrown if a method is called and an exception occurred
Constructor Summary
Constructor and description |
---|
InvokerInvocationException
(InvocationTargetException e) |
InvokerInvocationException
(Throwable cause) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public String |
getMessage() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class GroovyRuntimeException | getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
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/3.0.7/html/gapi/org/codehaus/groovy/runtime/InvokerInvocationException.html