Class TaskExecutionException

  • All Implemented Interfaces:
    java.io.Serializable, org.gradle.internal.exceptions.MultiCauseException, org.gradle.internal.exceptions.NonGradleCauseExceptionsHolder, org.gradle.internal.exceptions.ResolutionProvider

    public class TaskExecutionException
    extends org.gradle.internal.exceptions.DefaultMultiCauseException

    A TaskExecutionException is thrown when a task fails to execute successfully.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Task getTask()  
      • Methods inherited from class org.gradle.internal.exceptions.DefaultMultiCauseException

        getCause, getCauses, getMessage, getResolutions, hasCause, initCause, initCauses, printStackTrace, printStackTrace
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TaskExecutionException

        public TaskExecutionException​(Task task,
                                      java.lang.Throwable cause)
    • Method Detail

      • getTask

        public Task getTask()