Class MissingMethodExecutionFailed

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingMethodExecutionFailed
    extends MissingMethodExceptionNoStack
    A stack less exception used to indicate, that the execution of a missingMethod method failed with a MissingMethodException. This is used to prevent a call to invokeMethod for GroovyObject implementing classes.
    See Also:
    Serialized Form
    • Constructor Detail

      • MissingMethodExecutionFailed

        public MissingMethodExecutionFailed​(java.lang.String method,
                                            java.lang.Class type,
                                            java.lang.Object[] arguments,
                                            boolean isStatic,
                                            java.lang.Throwable cause)
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Overrides:
        getCause in class java.lang.Throwable