java.util.List<java.lang.Object> |
CommandLine.DefaultExceptionHandler.handleException(CommandLine.ParameterException ex,
java.io.PrintStream out,
CommandLine.Help.Ansi ansi,
java.lang.String... args) |
Deprecated.
|
java.util.List<java.lang.Object> |
CommandLine.IExceptionHandler.handleException(CommandLine.ParameterException ex,
java.io.PrintStream out,
CommandLine.Help.Ansi ansi,
java.lang.String... args) |
Deprecated.
Handles a ParameterException that occurred while parsing the command
line arguments and optionally returns a list of results.
|
R |
CommandLine.DefaultExceptionHandler.handleParseException(CommandLine.ParameterException ex,
java.lang.String[] args) |
Deprecated.
Prints the message of the specified exception, followed by the usage message for the command or subcommand
whose input was invalid, to the stream returned by CommandLine.AbstractHandler.err().
|
R |
CommandLine.IExceptionHandler2.handleParseException(CommandLine.ParameterException ex,
java.lang.String[] args) |
Deprecated.
Handles a ParameterException that occurred while parsing the command
line arguments and optionally returns a list of results.
|
int |
CommandLine.IParameterExceptionHandler.handleParseException(CommandLine.ParameterException ex,
java.lang.String[] args) |
|
static boolean |
CommandLine.UnmatchedArgumentException.printSuggestions(CommandLine.ParameterException ex,
java.io.PrintStream out) |
Returns true and prints suggested solutions to the specified stream if such solutions exist, otherwise returns false.
|
static boolean |
CommandLine.UnmatchedArgumentException.printSuggestions(CommandLine.ParameterException ex,
java.io.PrintWriter writer) |
Returns true and prints suggested solutions to the specified writer if such solutions exist, otherwise returns false.
|