| Package | Description |
|---|---|
| joptsimple |
| Modifier and Type | Class and Description |
|---|---|
class |
IllegalOptionSpecificationException
Thrown when the option parser is asked to recognize an option with illegal characters in it.
|
class |
MissingRequiredOptionException
Thrown when an option is marked as required, but not specified on the command line.
|
class |
MultipleArgumentsForOptionException
Thrown when asking an
OptionSet for a single argument of an option when many have been specified. |
class |
OptionArgumentConversionException
Thrown when a problem occurs converting an argument of an option from
String to another type. |
class |
OptionMissingRequiredArgumentException
Thrown when the option parser discovers an option that requires an argument, but that argument is missing.
|
class |
UnrecognizedOptionException
Thrown when the option parser encounters an unrecognized option.
|
| Modifier and Type | Method and Description |
|---|---|
static OptionException |
OptionException.createUnrecognizedOptionException(String option,
OptionSet detected) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.