Uiinfrastructure API Docs  
 

UIError Constructor (UIErrorLevel, UIErrorScope, String, String)

Creates a new UIError object.

public UIError(
   UIErrorLevel level,
   UIErrorScope scope,
   string message,
   string extendedMessage
);

Parameters

level
UIErrorLevel enumeration indicates the severity of this error.
scope
UIErrorScope enumeration indicates the intended audience of this error.
message
This message will be displayed to the user.
extendedMessage
This message will be embedded in HTML comments.

See Also

UIError Class | com.plumtree.uiinfrastructure.errordisplay Namespace | UIError Constructor Overload List