CodeCharge Studio

addError Method (Java)

Applies to

Image Control, Label Control, CheckBox Control, FileUpload Control, TextArea Control, TextBox Control, Hidden Control, CheckBoxList Control, RadioButton Control, ListBox Control, Link Control, ImageLink Control

Syntax

public void addError(java.lang.String error);
public void addError(com.codecharge.validation.ControlErrorType,java.lang.String);

Parameters

Name Description
error The Error description

Description

This method adds error description to an error collection.


On-line, printable versions and updates