Uiinfrastructure API Docs  
 

Interpreter.HandleError Method 

This method handles displaying an error page, or displaying an error if that is not possible.

public static void HandleError(
   Exception e,
   RequestData tempData
);

Parameters

e
tempData

See Also

Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace