Copyright 2002 by aragost

com.aragost.util.cmdline
Class UnexpectedArgument

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.aragost.util.cmdline.OptionParserException
                          |
                          +--com.aragost.util.cmdline.UnexpectedArgument
All Implemented Interfaces:
java.io.Serializable

public class UnexpectedArgument
extends OptionParserException

See Also:
Serialized Form

Constructor Summary
UnexpectedArgument(Option opt, java.lang.String value)
          Creates new UnexpectedValue without detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnexpectedArgument

public UnexpectedArgument(Option opt,
                          java.lang.String value)
Creates new UnexpectedValue without detail message.


Copyright 2002 by aragost