java.io.Serializable
public class MissingOptionException extends ParseException
Constructor | Description |
---|---|
MissingOptionException(java.lang.String message) |
Construct a new
MissingSelectedException
with the specified detail message. |
MissingOptionException(java.util.List missingOptions) |
Constructs a new
MissingSelectedException with the
specified list of missing options. |
Modifier and Type | Method | Description |
---|---|---|
java.util.List |
getMissingOptions() |
Return the list of options (as strings) missing in the command line parsed.
|
public MissingOptionException(java.lang.String message)
MissingSelectedException
with the specified detail message.message
- the detail messagepublic MissingOptionException(java.util.List missingOptions)
MissingSelectedException
with the
specified list of missing options.missingOptions
- the list of missing optionspublic java.util.List getMissingOptions()