org.talika.tarsis.filters.validator
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.talika.tarsis.error.UserException
              extended by org.talika.tarsis.filters.validator.InvalidParameterException
                  extended by org.talika.tarsis.filters.validator.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends InvalidParameterException

Thrown by ValidatorFilter to indicate that parameter values was not valid.

Version:
$Revision: 129 $
Author:
Jose M. Palomar
See Also:
Serialized Form

Constructor Summary
InvalidValueException(java.lang.String paramName, java.lang.String paramValue)
          Constructs a new InvalidValueException with given parameter name and value.
 
Method Summary
 
Methods inherited from class org.talika.tarsis.filters.validator.InvalidParameterException
getParameterName, getParameterValue
 
Methods inherited from class org.talika.tarsis.error.UserException
getRootCause
 
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

InvalidValueException

public InvalidValueException(java.lang.String paramName,
                             java.lang.String paramValue)
Constructs a new InvalidValueException with given parameter name and value.

Parameters:
paramName - String parameter name.
paramValue - String parameter value.


Copyright © 2002-2012 Talika Open Source Group. All Rights Reserved.