|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ParseException in org.apache.commons.cli |
Subclasses of ParseException in org.apache.commons.cli | |
class |
AlreadySelectedException
Thrown when more than one option in an option group has been provided. |
class |
MissingArgumentException
Thrown when an option requiring an argument is not provided with an argument. |
class |
MissingOptionException
Thrown when a required option has not been provided. |
class |
UnrecognizedOptionException
Exception thrown during parsing signalling an unrecognized option was seen. |
Methods in org.apache.commons.cli that throw ParseException | |
CommandLine |
Parser.parse(Options options,
java.lang.String[] arguments)
Parses the specified arguments
based on the specifed Options . |
CommandLine |
Parser.parse(Options opts,
java.lang.String[] arguments,
boolean stopAtNonOption)
Parses the specified arguments
based on the specifed Options . |
void |
Parser.processArgs(Option opt,
java.util.ListIterator iter)
|
CommandLine |
CommandLineParser.parse(Options options,
java.lang.String[] arguments)
Parse the arguments according to the specified options. |
CommandLine |
CommandLineParser.parse(Options options,
java.lang.String[] arguments,
boolean stopAtNonOption)
Parse the arguments according to the specified options. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |