org.codehaus.groovy.runtime.metaclass
Class MissingMethodExecutionFailed

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.lang.GroovyRuntimeException
                  extended by groovy.lang.MissingMethodException
                      extended by org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
                          extended by 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 preven a call to invokeMethod for GroovyObject implementing classes.

See Also:
Serialized Form

Constructor Summary
MissingMethodExecutionFailed(String method, Class type, Object[] arguments, boolean isStatic, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack
fillInStackTrace
 
Methods inherited from class groovy.lang.MissingMethodException
getArguments, getMessage, getMethod, getType, isStatic
 
Methods inherited from class groovy.lang.GroovyRuntimeException
getLocationText, getMessageWithoutLocationText, getModule, getNode, setModule
 
Methods inherited from class java.lang.Throwable
getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MissingMethodExecutionFailed

public MissingMethodExecutionFailed(String method,
                                    Class type,
                                    Object[] arguments,
                                    boolean isStatic,
                                    Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

Copyright © 2003-2010 The Codehaus. All rights reserved.