public class InvalidActionClosureException extends GradleException
Constructor and Description |
---|
InvalidActionClosureException(Closure<?> closure,
java.lang.Object argument) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getArgument()
The argument the action was executed with.
|
Closure<?> |
getClosure()
The closure being used as an action.
|
public InvalidActionClosureException(Closure<?> closure, java.lang.Object argument)
public Closure<?> getClosure()
public java.lang.Object getArgument()