api / org.gradle.api / UnknownProjectException

UnknownProjectException

open class UnknownProjectException : UnknownDomainObjectException

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

Constructors

<init>

UnknownProjectException(message: String)
UnknownProjectException(message: String, cause: Throwable)