Uiinfrastructure API Docs  
 

UIError.SetHTMLMessage Method 

Call this method to set the message displayed along with this error.

An error can contain both a String message and an HTMLElement message, and both will be displayed along with the error.

public virtual void SetHTMLMessage(
   HTMLElement e
);

Parameters

e
HTMLElement message.

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace