ValidationInfoImpl(Object obj, String description, int vType) Creates a new instance of ValidationInfoImpl with the given String description and
information type and associated with the given (optional) Object.
public ValidationInfoImpl(Object obj, String description, int vType)(Code)
Creates a new instance of ValidationInfoImpl with the given String description and
information type and associated with the given (optional) Object.
Parameters: obj - Object that was validated, for reference to quickly access the objectfor editing; may be null if object is not directly editable Parameters: description - description of the error or warning Parameters: vType - One of ValidationInfo.VALIDATION_ERROR orValidationInfo.VALIDATION_WARNING