org.freehep.util.commandline
Class CommandLineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.freehep.util.commandline.CommandLineException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MissingArgumentException, NoSuchOptionException, NoSuchQualifierException, TooManyArgumentsException
- public abstract class CommandLineException
- extends Exception
Superclass of all Command Line exceptions.
- Version:
- $Id: CommandLineException.java,v 1.2 2000/06/07 11:42:00 duns Exp $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
- Source Code:
- CommandLineException.java
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CommandLineException
public CommandLineException(String msg)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.