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
CommandLineParser.parse(Options options, String[] arguments, boolean stopAtNonOption)
Parse the arguments according to the specified options.
CommandLine
Parser.parse(Options opts, String[] arguments, boolean stopAtNonOption)
Parses the specified arguments based on the specifed Options.
void
Parser.processArgs(Option opt, ListIterator iter)
void
Parser.processOption(String arg, ListIterator iter)