Package org.gradle.api
Class InvalidActionClosureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.api.GradleException
-
- org.gradle.api.InvalidActionClosureException
-
- All Implemented Interfaces:
Serializable
public class InvalidActionClosureException extends GradleException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidActionClosureException(Closure<?> closure, Object argument)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getArgument()
The argument the action was executed with.Closure<?>
getClosure()
The closure being used as an action.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-