org.gradle.api.tasks
[Java] Class StopExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.tasks.StopExecutionException
public class StopExecutionException
extends RuntimeException
A StopExecutionException
is thrown by a Action or task action closure to
stop execution of the current task and start execution of the next task. This allows, for example, precondition
actions to be added to a task which abort execution of the task if the preconditions are not met.
Note that throwing this exception does not fail the execution of the task or the build.
- Authors:
- Hans Dockter
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
StopExecutionException
public StopExecutionException()
-
StopExecutionException
public StopExecutionException(String message)
-
Gradle API 1.6