Groovy Documentation

org.gradle
Class CommandLineArgumentException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              org.gradle.api.GradleException
                  org.gradle.CommandLineArgumentException

class CommandLineArgumentException
extends GradleException

author:
Hans Dockter


Constructor Summary
CommandLineArgumentException()

CommandLineArgumentException(java.lang.String message)

CommandLineArgumentException(java.lang.String message, java.lang.Throwable cause)

CommandLineArgumentException(java.lang.Throwable cause)

 
Method Summary
 
Methods inherited from class java.lang.RuntimeException
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Exception
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Throwable
toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, getMessage, getLocalizedMessage, initCause, getStackTrace, setStackTrace, hashCode, getClass, equals, wait, wait, wait, notify, notifyAll
 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

CommandLineArgumentException

public CommandLineArgumentException()


CommandLineArgumentException

public CommandLineArgumentException(java.lang.String message)


CommandLineArgumentException

public CommandLineArgumentException(java.lang.String message, java.lang.Throwable cause)


CommandLineArgumentException

public CommandLineArgumentException(java.lang.Throwable cause)


 

Groovy Documentation