org.gradle.api.tasks
Class TaskValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
                  extended by org.gradle.api.internal.AbstractMultiCauseException
                      extended by org.gradle.api.tasks.TaskValidationException
All Implemented Interfaces:
Serializable, org.gradle.api.internal.MultiCauseException

public class TaskValidationException
extends org.gradle.api.internal.AbstractMultiCauseException

A TaskValidationException is thrown when there is some validation problem with a task.

See Also:
Serialized Form

Constructor Summary
TaskValidationException(String message, List<InvalidUserDataException> causes)
           
 
Method Summary
 
Methods inherited from class org.gradle.api.internal.AbstractMultiCauseException
getCause, getCauses, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskValidationException

public TaskValidationException(String message,
                               List<InvalidUserDataException> causes)