[Java] Class InvokerInvocationException

  • org.codehaus.groovy.runtime.InvokerInvocationException

An exception thrown if a method is called and an exception occurred

Constructor Summary

Constructors
Constructor and description
InvokerInvocationException (InvocationTargetException e)
InvokerInvocationException (Throwable cause)

Methods Summary

Methods
Type Params Return Type Name and description
String getMessage()

Inherited Methods Summary

Inherited Methods
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/2.5.14/html/gapi/org/codehaus/groovy/runtime/InvokerInvocationException.html