joptsimple
Class MultipleArgumentsForOptionException

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

 class MultipleArgumentsForOptionException
extends OptionException

Thrown when asking an OptionSet for a single argument of an option when many have been specified.

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

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

MultipleArgumentsForOptionException

MultipleArgumentsForOptionException(java.lang.String option)
Method Detail

getMessage

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