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
public class UnsupportedBuildArgumentException
- extends GradleConnectionException
Thrown when the BuildLauncher has been configured
with unsupported build arguments. For more information see docs for
BuildLauncher.withArguments(String...) method.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnsupportedBuildArgumentException
public UnsupportedBuildArgumentException(String message)
UnsupportedBuildArgumentException
public UnsupportedBuildArgumentException(String message,
Throwable cause)