Java org.apache.commons.cli AlreadySelectedException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.cli AlreadySelectedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.cli AlreadySelectedException.

The text is from its open source code.

Constructor

AlreadySelectedException(String message)
Construct a new AlreadySelectedException with the specified detail message.

Method

StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.
OptiongetOption()
Returns the option that was added to the group and triggered the exception.
OptionGroupgetOptionGroup()
Returns the option group where another option has been selected.
StringtoString()
Returns a short description of this throwable.