api / org.gradle.tooling / UnknownModelException

UnknownModelException

open class UnknownModelException : UnsupportedVersionException

Thrown when the client is trying to acquire a model that is unknown to the Tooling API.

The exception extends UnsupportedVersionException only for backwards compatibility reasons.

Since
1.0-milestone-8

Constructors

<init>

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