joptsimple
Class IllegalOptionSpecificationException

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.IllegalOptionSpecificationException
All Implemented Interfaces:
java.io.Serializable

 class IllegalOptionSpecificationException
extends OptionException

Thrown when the option parser is asked to recognize an option with illegal characters in it.

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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
IllegalOptionSpecificationException(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

IllegalOptionSpecificationException

IllegalOptionSpecificationException(java.lang.String option)
Method Detail

getMessage

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