public class MissingArgumentException extends ParseException
Thrown when an option requiring an argument is not provided with an argument.
ParseException
,
Serialized FormConstructor and Description |
---|
MissingArgumentException(java.lang.String message)
Construct a new
MissingArgumentException
with the specified detail message. |