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.
| Constructor and description |
|---|
MissingMethodExecutionFailed(String method, Class type, Object[] arguments, boolean isStatic, Throwable cause)Constructs a new MissingMethodExecutionFailed. |
| Methods inherited from class | Name |
|---|---|
class MissingMethodExceptionNoStack |
fillInStackTrace |
class MissingMethodException |
getArguments, getMessage, getMethod, getType, isStatic |
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Constructs a new MissingMethodExecutionFailed.
method - the name of the method that failedtype - the class where the method was calledarguments - the arguments passed to the methodisStatic - true if the missing method was staticcause - the underlying exception that caused the execution to failCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.