Groovy Documentation

org.gradle.api
[Java] Class UnknownProjectException

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

public class UnknownProjectException
extends UnknownDomainObjectException

An UnknownProjectException is thrown when a project referenced by path cannot be found.


Constructor Summary
UnknownProjectException(String message)

UnknownProjectException(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

UnknownProjectException

public UnknownProjectException(String message)


UnknownProjectException

public UnknownProjectException(String message, Throwable cause)


 

Gradle API 1.8