org.apache.commons.cli
Class AlreadySelectedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.cli.ParseException
                    |
                    +--org.apache.commons.cli.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, Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
AlreadySelectedException(java.lang.String message)
          Construct a new AlreadySelectedException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AlreadySelectedException

public AlreadySelectedException(java.lang.String message)

Construct a new AlreadySelectedException with the specified detail message.

Parameters:
message - the detail message