Copyright 2002 by aragost

com.aragost.util.cmdline
Class MissingArgumentException

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

public class MissingArgumentException
extends OptionParserException

See Also:
Serialized Form

Constructor Summary
MissingArgumentException(Option opt)
          Creates new MissingArgumentException 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

MissingArgumentException

public MissingArgumentException(Option opt)
Creates new MissingArgumentException without detail message.


Copyright 2002 by aragost