|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.api.internal.AbstractMultiCauseException
org.gradle.api.tasks.TaskValidationException
public class TaskValidationException
A TaskValidationException
is thrown when there is some validation problem with a task.
Constructor Summary | |
---|---|
TaskValidationException(String message,
List<InvalidUserDataException> causes)
|
Method Summary |
---|
Methods inherited from class org.gradle.api.internal.AbstractMultiCauseException |
---|
getCause, getCauses, initCause, initCauses, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TaskValidationException(String message, List<InvalidUserDataException> causes)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |