org.freehep.util.commandline
Class CommandLineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann
See Also:
Serialized Form

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

CommandLineException

public CommandLineException(String msg)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.