Groovy Documentation

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.


Constructor Summary
UnknownModelException(String message)

 
Method Summary
 
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
 

Constructor Detail

UnknownModelException

public UnknownModelException(String message)


 

Gradle API 1.8