org.freehep.util.argv
Class BailOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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.
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BailOutException
public BailOutException()
Copyright © 2012. All Rights Reserved.