org.freehep.util.argv
Class BailOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.freehep.util.argv.BailOutException
All Implemented Interfaces:
Serializable

public class BailOutException
extends Exception

Exception to handle options such as -version or -help which need to bail out from the parsing loop.

Version:
$Id: BailOutException.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann
See Also:
Serialized Form

Constructor Summary
BailOutException()
           
 
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

BailOutException

public BailOutException()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.