Copyright 2002 by aragost

com.aragost.util.cmdline
Class UnknownOptionException

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

public class UnknownOptionException
extends OptionParserException

See Also:
Serialized Form

Constructor Summary
UnknownOptionException(java.lang.String name)
          Creates new UnknownOptionException 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

UnknownOptionException

public UnknownOptionException(java.lang.String name)
Creates new UnknownOptionException without detail message.


Copyright 2002 by aragost