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 SummaryConstructorsConstructorDescriptionUnknownModelException(String message) UnknownModelException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class org.gradle.tooling.GradleConnectionExceptiongetFailuresMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UnknownModelException
- 
UnknownModelException
 
-