Groovy Documentation

org.gradle.api
[Java] Class UnknownTaskException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.api.UnknownDomainObjectException
                      org.gradle.api.UnknownTaskException

public class UnknownTaskException
extends UnknownDomainObjectException

An UnknownTaskException is thrown when a task referenced by path cannot be found.


Constructor Summary
UnknownTaskException(String message)

UnknownTaskException(String message, Throwable cause)

 
Method Summary
 
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
 

Constructor Detail

UnknownTaskException

public UnknownTaskException(String message)


UnknownTaskException

public UnknownTaskException(String message, Throwable cause)


 

Gradle API 1.8