#include <omerrorhandler.h>
Public Methods | |
OmErrorHandler () | |
Standard constructor. More... | |
virtual | ~OmErrorHandler () |
Standard destructor. More... | |
void | operator() (OmError &error) |
Method called to handle an error. More... |
|
Standard constructor.
|
|
Standard destructor.
|
|
Method called to handle an error. This method is called when an error occurs, and calls handle_error() for user handlers to deal with the error.
|