FreeHEP API
Version current

org.freehep.util.commandline
Class NoSuchOptionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.freehep.util.commandline.CommandLineException
              extended byorg.freehep.util.commandline.NoSuchOptionException
All Implemented Interfaces:
Serializable

public class NoSuchOptionException
extends CommandLineException

Option does not exist, or an ampty option is provided.

Version:
$Id: NoSuchOptionException.java,v 1.2 2000/06/07 11:42:00 duns Exp $
Author:
Mark Donszelmann
See Also:
Serialized Form
Source Code:
NoSuchOptionException.java

Constructor Summary
NoSuchOptionException()
           
NoSuchOptionException(String msg)
           
 
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

NoSuchOptionException

public NoSuchOptionException(String msg)

NoSuchOptionException

public NoSuchOptionException()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.