org.gradle.tooling.provider.model
[Java] Class UnknownModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.tooling.provider.model.UnknownModelException
@Incubating
public class UnknownModelException
extends GradleException
Thrown when an unknown tooling model is requested.
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
UnknownModelException
public UnknownModelException(String message)
-
Gradle API 1.12