Handles Unhandled Exceptions from running threads. More...
Public Member Functions | |
| ErrorHandler () | |
| Default contructor. | |
| virtual | ~ErrorHandler () |
| Destructor. | |
| virtual void | exception (const Poco::Exception &exc) |
| virtual overrides from default error handler | |
| virtual void | exception (const std::exception &exc) |
| virtual void | exception () |
Handles Unhandled Exceptions from running threads.
| Tonido::Misc::ErrorHandler::ErrorHandler | ( | ) |
Default contructor.
Just create object with no data
| Tonido::Misc::ErrorHandler::~ErrorHandler | ( | ) | [virtual] |
Destructor.
Details if Needed