Groovy Documentation

org.gradle.tooling.exceptions
[Java] Class UnsupportedBuildArgumentException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.tooling.GradleConnectionException
                  org.gradle.tooling.exceptions.UnsupportedBuildArgumentException

public class UnsupportedBuildArgumentException
extends GradleConnectionException

Thrown when the LongRunningOperation has been configured with unsupported build arguments. For more information see the LongRunningOperation.withArguments method.


Constructor Summary
UnsupportedBuildArgumentException(String message)

UnsupportedBuildArgumentException(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

UnsupportedBuildArgumentException

public UnsupportedBuildArgumentException(String message)


UnsupportedBuildArgumentException

public UnsupportedBuildArgumentException(String message, Throwable cause)


 

Gradle API 1.8