org.apache.commons.cli
public class MissingOptionException extends ParseException
Thrown when a required option has not been provided.
See Also: ParseException
Constructor Summary | |
---|---|
MissingOptionException(String message) Construct a new |
Construct a new MissingSelectedException
with the specified detail message.
Parameters: message the detail message