Plumtree UI Infrastructure API  
 

AppWarmUp.GenerateFailureErrorReport Method 

Handle exception in startup, and general failure messages. Also handles really intensely bad errors like path missing, jars missing, dlls missing and so forth. This is for XPExceptions and Throwables caught by the standard runner.

public static void GenerateFailureErrorReport(
   Exception e
);

Parameters

e

See Also

AppWarmUp Class | com.plumtree.uiinfrastructure.application Namespace