1116 @param exceptionMessage message given by the exception (string) |
1116 @param exceptionMessage message given by the exception (string) |
1117 @param stackTrace list of stack entries (list of string) |
1117 @param stackTrace list of stack entries (list of string) |
1118 """ |
1118 """ |
1119 self.ui.raise_() |
1119 self.ui.raise_() |
1120 QApplication.processEvents() |
1120 QApplication.processEvents() |
1121 if exceptionType is None: |
1121 if not exceptionType: |
1122 E5MessageBox.critical( |
1122 E5MessageBox.critical( |
1123 self.ui, Program, |
1123 self.ui, Program, |
1124 self.tr('An unhandled exception occured.' |
1124 self.tr('An unhandled exception occured.' |
1125 ' See the shell window for details.')) |
1125 ' See the shell window for details.')) |
1126 return |
1126 return |