Interface for handling uncaught exception.
More...
#include <PeriodicTimer.h>
Interface for handling uncaught exception.
If an exception is not caught in Runnable::run(), PeriodicTimer object catches the exception not to terminate the application and the class that implements this interface handles the exception.
◆ ~UncaughtExceptionHandler()
virtual OSWrapper::PeriodicTimer::UncaughtExceptionHandler::~UncaughtExceptionHandler |
( |
| ) |
|
|
inlinevirtual |
◆ handle()
virtual void OSWrapper::PeriodicTimer::UncaughtExceptionHandler::handle |
( |
PeriodicTimer * |
t, |
|
|
const char * |
msg |
|
) |
| |
|
pure virtual |
Handle uncaught exception thrown in the PeriodicTimer.
- Parameters
-
t | Pointer of PeriodicTimer object that occurred the exception |
msg | Message of the exception |
The documentation for this class was generated from the following file: