#include <SalomeApp_ExceptionHandler.h>

Public Member Functions | |
| SalomeApp_ExceptionHandler (const bool) | |
| virtual bool | handle (QObject *, QEvent *) |
Protected Member Functions | |
| virtual bool | handleSignals (QObject *, QEvent *) |
| bool | internalHandle (QObject *, QEvent *) |
| void | showMessage (const QString &, const QString &) |
| SalomeApp_ExceptionHandler::SalomeApp_ExceptionHandler | ( | const bool | floatSignal | ) |
Constructor. Initialize by floatSignal.
Try to call handleSignals( o, e ), catch and show error message.
Reimplemented from SUIT_ExceptionHandler.
References handleSignals(), and SUIT_ExceptionHandler.showMessage().
Try to call SUIT_ExceptionHandler.internalHandle(o, e), catch if failure.
References CASCatch_CATCH, CASCatch_TRY, Handle(), and SUIT_ExceptionHandler.internalHandle().
Checks: is internal handle on object o?
| void SUIT_ExceptionHandler::showMessage | ( | const QString & | title, |
| const QString & | msg | ||
| ) | [protected, inherited] |
Show error message mgs, if application is not null.
References SUIT_MessageBox.critical().