Correspondence::correspondenceMandatoryFieldsErrorValidation PHP Method

correspondenceMandatoryFieldsErrorValidation() public method

    public function correspondenceMandatoryFieldsErrorValidation()
    {
        if ($this->hasCorrespondenceErrorsDisplayed()) {
            print "Correspondence Mandatory fields validation errors displayed OK";
        } else {
            throw new BehaviorException("WARNING!!!  Correspondence Mandatory fields validation errors NOT displayed WARNING!!!");
        }
    }