Call this method to clear all errors exposed to the current user.
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);
AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace