Class ValidationValueException

    • Field Detail

      • dataType

        protected java.lang.String dataType
        The name of the data type being validated.
    • Constructor Detail

      • ValidationValueException

        public ValidationValueException​(java.lang.Object value,
                                        java.lang.String errCode,
                                        java.lang.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