api / org.gradle.tooling.exceptions / UnsupportedBuildArgumentException

UnsupportedBuildArgumentException

open class UnsupportedBuildArgumentException : GradleConnectionException

Thrown when the org.gradle.tooling.LongRunningOperation has been configured with unsupported build arguments. For more information see the org.gradle.tooling.LongRunningOperation#withArguments(String...) method.

Constructors

<init>

UnsupportedBuildArgumentException(message: String)
UnsupportedBuildArgumentException(message: String, cause: Throwable)