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:
- 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 SummaryConstructors Constructor Description MissingMethodExecutionFailed(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments, boolean isStatic, java.lang.Throwable cause)
- 
Method SummaryModifier and Type Method Description java.lang.ThrowablegetCause()Methods inherited from class org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStackfillInStackTraceMethods inherited from class groovy.lang.MissingMethodExceptiongetArguments, getMessage, getMethod, getType, isStaticMethods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessageWithoutLocationText, getModule, getNode, setModuleMethods inherited from class java.lang.ThrowableaddSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
MissingMethodExecutionFailedpublic MissingMethodExecutionFailed(java.lang.String method, java.lang.Class type, java.lang.Object[] arguments, boolean isStatic, java.lang.Throwable cause)
 
- 
- 
Method Details- 
getCausepublic java.lang.Throwable getCause()- Overrides:
- getCausein class- java.lang.Throwable
 
 
-