Class ValidationValueException

All Implemented Interfaces:
Serializable

public class ValidationValueException extends PropertyValueException
Indicates an invalid validation value.
See Also:
  • Field Details

    • dataType

      protected String dataType
      The name of the data type being validated.
  • Constructor Details

    • ValidationValueException

      public ValidationValueException(Object value, String errCode, String dataType)
      Constructs an exception given an invalid value, error code and the property type constants.
      Parameters:
      value - The invalid value.
      errCode - description of the problem
      dataType - the parameter data type
  • Method Details