org.gradle
Class CommandLineArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gradle.api.GradleException
                  extended by org.gradle.CommandLineArgumentException
All Implemented Interfaces:
Serializable

public class CommandLineArgumentException
extends GradleException

A CommandLineArgumentException is thrown when command-line arguments cannot be parsed.

See Also:
Serialized Form

Constructor Summary
CommandLineArgumentException(String message)
           
CommandLineArgumentException(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

CommandLineArgumentException

public CommandLineArgumentException(String message)

CommandLineArgumentException

public CommandLineArgumentException(String message,
                                    Throwable cause)