org.gradle.tooling.exceptions
Class UnsupportedBuildArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.tooling.GradleConnectionException
                  extended by 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

Constructor Summary
UnsupportedBuildArgumentException(String message)
           
UnsupportedBuildArgumentException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedBuildArgumentException

public UnsupportedBuildArgumentException(String message)

UnsupportedBuildArgumentException

public UnsupportedBuildArgumentException(String message,
                                         Throwable cause)