Package org.gradle.tooling.exceptions
Class UnsupportedBuildArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
org.gradle.tooling.exceptions.UnsupportedBuildArgumentException
- All Implemented Interfaces:
Serializable
Thrown when the
LongRunningOperation
has been configured
with unsupported build arguments. For more information see the
LongRunningOperation.withArguments(String...)
method.- See Also:
-
Constructor Summary
ConstructorDescriptionUnsupportedBuildArgumentException
(String message) UnsupportedBuildArgumentException
(String message, Throwable cause) -
Method Summary
Methods inherited from class org.gradle.tooling.GradleConnectionException
getFailures
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedBuildArgumentException
-
UnsupportedBuildArgumentException
-