Package org.gradle.api.tasks
Class TaskInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.tasks.TaskInstantiationException
- All Implemented Interfaces:
Serializable
A
TaskInstantiationException
is thrown when a task cannot be instantiated for some reason.- See Also:
-
Constructor Summary
ConstructorDescriptionTaskInstantiationException
(String message) TaskInstantiationException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskInstantiationException
-
TaskInstantiationException
-