| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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
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.
| 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 | 
|---|
public MissingMethodExecutionFailed(String method,
                                    Class type,
                                    Object[] arguments,
                                    boolean isStatic,
                                    Throwable cause)
| Method Detail | 
|---|
public Throwable getCause()
getCause in class Throwable
  | 
Copyright © 2003-2012 The Codehaus. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||