fwGeneral
8.4.0
|
Functions | |
void | fwExceptionHandling_display (dyn_string &exceptionInfo) |
void | fwExceptionHandling_log (dyn_string &exceptionInfo, string listName) |
Set of functions for handling exceptions
void fwExceptionHandling_display | ( | dyn_string & | exceptionInfo | ) |
displays any exceptions in the exceptionDisplay panel.
exceptionInfo | details of any exceptions |
void fwExceptionHandling_log | ( | dyn_string & | exceptionInfo, |
string | listName | ||
) |
Displays any exceptions in the exception log list.
exceptionInfo | details of any exceptions |
listName | selection list used to display log messages |