org.talika.tarsis.filters.validator
Class InvalidValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.talika.tarsis.error.UserException
              extended byorg.talika.tarsis.filters.validator.InvalidParameterException
                  extended byorg.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.
 
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-2005 Talika Open Source Group. All Rights Reserved.