joptsimple
Class UnrecognizedOptionException

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

 class UnrecognizedOptionException
extends OptionException

Thrown when the option parser encounters an unrecognized option.

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

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

UnrecognizedOptionException

UnrecognizedOptionException(java.lang.String option)
Method Detail

getMessage

public java.lang.String getMessage()

Overrides:
getMessage in class java.lang.Throwable