joptsimple
Class OptionMissingRequiredArgumentException

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

 class OptionMissingRequiredArgumentException
extends OptionException

Thrown when the option parser discovers an option that requires an argument, but that argument is missing.

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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
OptionMissingRequiredArgumentException(java.util.List options)
           
 
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

OptionMissingRequiredArgumentException

OptionMissingRequiredArgumentException(java.util.List options)
Method Detail

getMessage

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