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:
java.io.Serializable

public class InvokerInvocationException
extends GroovyRuntimeException
An exception thrown if a method is called and an exception occurred
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    InvokerInvocationException​(java.lang.reflect.InvocationTargetException e)  
    InvokerInvocationException​(java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMessage()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InvokerInvocationException

      public InvokerInvocationException​(java.lang.reflect.InvocationTargetException e)
    • InvokerInvocationException

      public InvokerInvocationException​(java.lang.Throwable cause)
  • Method Details