org.apache.commons.cli

Class AlreadySelectedException

public class AlreadySelectedException extends ParseException

Thrown when more than one option in an option group has been provided.

Author: John Keyes ( john at integralsource.com )

See Also: ParseException

Constructor Summary
AlreadySelectedException(String message)

Construct a new AlreadySelectedException with the specified detail message.

Constructor Detail

AlreadySelectedException

public AlreadySelectedException(String message)

Construct a new AlreadySelectedException with the specified detail message.

Parameters: message the detail message