Call this method to clear the specified error from the current user's collection of UIError objects.
This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.
Call this method to clear the specified error from the current user's collection of UIError objects.
This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.
public static void ClearError(UIError,ISessionManager,IApplication);
Call this method to clear the specified error from the current user's collection of UIError objects.
This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.
public static void ClearError(string,ISessionManager,IApplication);
UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace