org.gradle.tooling
Class UnknownModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.tooling.GradleConnectionException
                  extended by org.gradle.tooling.UnsupportedVersionException
                      extended by org.gradle.tooling.UnknownModelException
All Implemented Interfaces:
Serializable

public class UnknownModelException
extends 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
See Also:
Serialized Form

Constructor Summary
UnknownModelException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownModelException

public UnknownModelException(String message)