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
 
 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(String method, Class type, Object[] arguments, boolean isStatic, Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()- 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStackfillInStackTrace
 - 
Methods inherited from class groovy.lang.MissingMethodExceptiongetArguments, getMessage, getMethod, getType, isStatic
 - 
Methods inherited from class groovy.lang.GroovyRuntimeExceptiongetLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-