Class MissingMethodExecutionFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
groovy.lang.GroovyRuntimeException
groovy.lang.MissingMethodException
org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed
- All Implemented Interfaces:
Serializable
A stack less exception used to indicate, that the execution of a missingMethod
method failed with a MissingMethodException. This is used to preven a call to
invokeMethod for GroovyObject implementing classes.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingMethodExecutionFailed(String method, Class type, Object[] arguments, boolean isStatic, Throwable cause) -
Method Summary
Methods inherited from class MissingMethodExceptionNoStack
fillInStackTraceMethods inherited from class MissingMethodException
getArguments, getMessage, getMethod, getType, isStaticMethods inherited from class GroovyRuntimeException
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class Throwable
addSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingMethodExecutionFailed
-
-
Method Details
-
getCause
-