Groovy Documentation

org.gradle.tooling
[Java] Class UnsupportedVersionException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.tooling.GradleConnectionException
                  org.gradle.tooling.UnsupportedVersionException

public class UnsupportedVersionException
extends GradleConnectionException

Thrown when the target Gradle version does not support a particular feature.

Since:
1.0-milestone-3


Constructor Summary
UnsupportedVersionException(String message)

UnsupportedVersionException(String message, Throwable cause)

 
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

UnsupportedVersionException

public UnsupportedVersionException(String message)


UnsupportedVersionException

public UnsupportedVersionException(String message, Throwable cause)


 

Gradle API 1.8