org.apache.commons.cli

Class MissingOptionException

public class MissingOptionException extends ParseException

Thrown when a required option has not been provided.

Author: John Keyes ( john at integralsource.com )

See Also: ParseException

Constructor Summary
MissingOptionException(String message)

Construct a new MissingSelectedException with the specified detail message.

Constructor Detail

MissingOptionException

public MissingOptionException(String message)

Construct a new MissingSelectedException with the specified detail message.

Parameters: message the detail message