org.apache.commons.cli
public class AlreadySelectedException extends ParseException
Thrown when more than one option in an option group has been provided.
See Also: ParseException
Constructor Summary | |
---|---|
AlreadySelectedException(String message) Construct a new |
Construct a new AlreadySelectedException
with the specified detail message.
Parameters: message the detail message