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