Uses of Class
jcmdline.CmdLineException

Uses of CmdLineException in jcmdline
 

Methods in jcmdline that throw CmdLineException
 void TimeParam.validateValue(java.lang.String val)
          Verifies that value is valid for this entity - called by add/setValue(s)().
 void StringParam.validateValue(java.lang.String val)
          Validates a prospective value with regards to the minimum and maximum values and the acceptableValues - called by add/setValue(s)().
 void PosixCmdLineParser.parse(java.lang.String[] clargs, java.util.Map opts, java.util.List args)
          parse the specified command line arguments
 void IntParam.validateValue(java.lang.String val)
          Validates a prospective value with regards to the minimum and maximum values and the acceptableValues called by add/setValue(s)().
 void FileParam.validateValue(java.lang.String val)
          Validates a prospective value for the FileParam - called by add/setValue(s)().
 void DateTimeParam.validateValue(java.lang.String val)
          Verifies that value is valid for this entity - called by add/setValue(s)().
 void DateParam.validateValue(java.lang.String val)
          Verifies that value is valid for this entity - called by add/setValue(s)().
 void BooleanParam.addValue(java.lang.String value)
          Sets the specified string as a value for this BooleanParam.
 void BooleanParam.validateValue(java.lang.String value)
          Verifies that value is either "true" or "false" - called by add/setValue(s)().
 void AbstractParameter.addValue(java.lang.String value)
          Adds the specified string as a value for this entity after calling validateValue() to validate.
 void AbstractParameter.setValue(java.lang.String value)
          Sets the value of the parameter to the specified string after calling validateValue() to validate.
 void AbstractParameter.setValues(java.util.Collection values)
          Sets the values of the parameter to those specified after calling validateValue() to validate.
 void AbstractParameter.setValues(java.lang.String[] values)
          Sets the values of the parameter to those specified after calling validateValue() to validate.
 void AbstractParameter.validateValue(java.lang.String value)
          Verifies that value is valid for this entity.
 void CmdLineParser.parse(java.lang.String[] clargs, java.util.Map opts, java.util.List args)
          Parses the passed command line arguments into sets of options and arguments.
 void Parameter.addValue(java.lang.String value)
          adds the specified string as a value for this entity
 void Parameter.setValue(java.lang.String value)
          Sets the value of the parameter to the specified string.
 void Parameter.setValues(java.util.Collection values)
          Sets the values of the parameter to those specified.
 void Parameter.setValues(java.lang.String[] values)
          Sets the values of the parameter to those specified.
 void Parameter.validateValue(java.lang.String value)
          verifies that value is valid for this entity