org.codehaus.groovy.runtime.metaclass
[Java] 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
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 preven a call to
invokeMethod for GroovyObject implementing classes.
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
MissingMethodExecutionFailed
public MissingMethodExecutionFailed(String method, Class type, Object[] arguments, boolean isStatic, Throwable cause)
-
getCause
public Throwable getCause()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.