tbx  0.7.3
Public Member Functions | List of all members
tbx::UncaughtHandler Class Referenceabstract

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...
 

Detailed Description

Interface to process uncaught exceptions in an application.

See Also
Application::uncaught_handler

Member Function Documentation

virtual void tbx::UncaughtHandler::uncaught_exception ( std::exception *  e)
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.

Parameters
epointer to std::exception caught or 0 if the exception wasn't a standard exception.

The documentation for this class was generated from the following file: