joptsimple
Class IllegalOptionClusterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by joptsimple.OptionException
                  extended by joptsimple.IllegalOptionClusterException
All Implemented Interfaces:
java.io.Serializable

 class IllegalOptionClusterException
extends OptionException

Thrown when the option parser discovers a cluster of short options in which at least one of the short options can accept arguments.

Since:
1.0
Version:
$Id: IllegalOptionClusterException.java,v 1.3 2008/04/18 15:12:08 pholser Exp $
Author:
Paul Holser

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
IllegalOptionClusterException(java.lang.String option)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class joptsimple.OptionException
illegalOptionCluster, multipleOptionMessage, options, singleOptionMessage, singleOptionMessage, unrecognizedOption
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IllegalOptionClusterException

IllegalOptionClusterException(java.lang.String option)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable