|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
An exception occurred when invoking a Closure with the wrong number and/or types of arguments
| Field Summary | |
|---|---|
Object |
arguments
|
Closure |
closure
|
def |
expected
|
| Constructor Summary | |
IncorrectClosureArgumentsException(Closure closure, Object arguments, def expected)
|
|
| Method Summary | |
|---|---|
Object |
getArguments()
|
Closure |
getClosure()
|
def |
getExpected()
|
| Constructor Detail |
|---|
public IncorrectClosureArgumentsException(Closure closure, Object arguments, def expected)
| Method Detail |
|---|
public Object getArguments()
public Closure getClosure()
public def getExpected()