com.quadrique.jbuildingblocks.core.exception
Class JbbInvalidArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.quadrique.jbuildingblocks.core.exception.JbbException
              extended by com.quadrique.jbuildingblocks.core.exception.JbbInvalidArgumentException
All Implemented Interfaces:
Serializable

public class JbbInvalidArgumentException
extends JbbException

See Also:
Serialized Form

Constructor Summary
JbbInvalidArgumentException(String zArgumentName)
          Constructor
JbbInvalidArgumentException(String zArgumentName, String zArgumentValue)
          Constructor
 
Method Summary
 
Methods inherited from class com.quadrique.jbuildingblocks.core.exception.JbbException
getDetailedMessage, getSerialVersionUID, setDetailedMessage
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 valid
zArgumentValue - the invalid value
See Also:
Exception


Copyright © 2001-2008 Quadrique Corporation. All Rights Reserved.