org.apache.commons.cli
public class MissingArgumentException extends ParseException
Thrown when an option requiring an argument is not provided with an argument.
See Also: ParseException
Constructor Summary | |
---|---|
MissingArgumentException(String message) Construct a new |
Construct a new MissingArgumentException
with the specified detail message.
Parameters: message the detail message