Groovy Documentation

org.gradle.api
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

class UnknownProjectException
extends UnknownDomainObjectException

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

author:
Hans Dockter


Constructor Summary
UnknownProjectException(java.lang.String message)

UnknownProjectException(java.lang.String message, java.lang.Throwable cause)

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Throwable
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, hashCode, getClass, equals, notify, notifyAll
 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

UnknownProjectException

public UnknownProjectException(java.lang.String message)


UnknownProjectException

public UnknownProjectException(java.lang.String message, java.lang.Throwable cause)


 

Groovy Documentation