Uses of Class org.apache.commons.cli.ParseException

Uses in package org.apache.commons.cli

Classes derived from org.apache.commons.cli.ParseException

class
Thrown when more than one option in an option group has been provided.
class
Thrown when an option requiring an argument is not provided with an argument.
class
Thrown when a required option has not been provided.
class
Exception thrown during parsing signalling an unrecognized option was seen.

Methods which throw type org.apache.commons.cli.ParseException

CommandLine
CommandLineParser.parse(Options options, String[] arguments)
Parse the arguments according to the specified options.
CommandLine
Parser.parse(Options options, String[] arguments)
Parses the specified arguments based on the specifed Options.
CommandLine
Parser.parse(Options options, String[] arguments, Properties properties)
Parse the arguments according to the specified options and properties.
CommandLine
Parser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption)
Parse the arguments according to the specified options and properties.
CommandLine
CommandLineParser.parse(Options options, String[] arguments, boolean stopAtNonOption)
Parse the arguments according to the specified options.
CommandLine
Parser.parse(Options options, String[] arguments, boolean stopAtNonOption)
Parses the specified arguments based on the specifed Options.
void
Parser.processArgs(Option opt, ListIterator iter)
Process the argument values for the specified Option opt using the values retrieved from the specified iterator iter.
void
Parser.processOption(String arg, ListIterator iter)
Process the Option specified by arg using the values retrieved from the specfied iterator iter.