|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
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.
| Field Summary | |
|---|---|
Throwable |
cause
|
| Constructor Summary | |
MissingMethodExecutionFailed(String method, Class type, def arguments, boolean isStatic, Throwable cause)
|
|
| Method Summary | |
|---|---|
Throwable |
getCause()
|
| Constructor Detail |
|---|
public MissingMethodExecutionFailed(String method, Class type, def arguments, boolean isStatic, Throwable cause)
| Method Detail |
|---|
public Throwable getCause()