Uiinfrastructure API Docs  
 

UIError.SetException Method 

Call this method to set the Exception included within this error.

Information from this exception will be logged, but it will not be displayed to the user.

public virtual void SetException(
   Exception ex
);

Parameters

ex
Exception

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace