com.quadrique.jbuildingblocks.core.exception
Class JbbInvalidCommandLineArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.quadrique.jbuildingblocks.core.exception.JbbException
com.quadrique.jbuildingblocks.core.exception.JbbInvalidCommandLineArgumentException
- All Implemented Interfaces:
- Serializable
public class JbbInvalidCommandLineArgumentException
- extends JbbException
- Since:
- June 3, 2001
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JbbInvalidCommandLineArgumentException
public JbbInvalidCommandLineArgumentException(String zArgumentName)
- Constructor
- Parameters:
zArgumentName - the name of the command line argument whose value is not valid- See Also:
Exception
JbbInvalidCommandLineArgumentException
public JbbInvalidCommandLineArgumentException(String zArgumentName,
String zArgumentValue)
- Constructor
- Parameters:
zArgumentName - the name of the command line argument whose value is not validzArgumentValue - the invalid value- See Also:
Exception
Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.