Package org.gradle.tooling
Class UnknownModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
org.gradle.tooling.UnsupportedVersionException
org.gradle.tooling.UnknownModelException
- All Implemented Interfaces:
Serializable
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
- See Also:
-
Constructor Summary
ConstructorDescriptionUnknownModelException
(String message) UnknownModelException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.gradle.tooling.GradleConnectionException
getFailures
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownModelException
-
UnknownModelException
-