tbx
0.7.3
|
Interface to process uncaught exceptions in an application. More...
#include <uncaughthandler.h>
Public Member Functions | |
virtual void | uncaught_exception (std::exception *e)=0 |
Method called when an uncaught exception has been detected. More... | |
Interface to process uncaught exceptions in an application.
|
pure virtual |
Method called when an uncaught exception has been detected.
This method should report the error to the user and take any appropriate action.
e | pointer to std::exception caught or 0 if the exception wasn't a standard exception. |