Uiinfrastructure API Docs  
 

AErrorModel.ClearErrors Method

Call this method to clear all errors exposed to the current user.

Overload List

Call this method to clear all errors exposed to the current user.

public virtual void ClearErrors();

Implement to remove all errors available to the current user. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

public abstract void ClearErrors(ISessionManager,IApplication);

See Also

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace