|
static | ERR_HANDLER_FN (defaultThrowFn) |
|
static | ERR_HANDLER_FN (defaultReportFn) |
|
static | ERR_HANDLER_FN (defaultLogFn) |
|
static void | installThrowFn (ERR_HANDLER_FN(*throwFn)) |
|
static void | installReportFn (ERR_HANDLER_FN(*reportFn)) |
|
static void | installLogFn (ERR_HANDLER_FN(*logFn)) |
|
static | ERR_HANDLER_FN (throwError) |
|
static | ERR_HANDLER_FN (report) |
|
static | ERR_HANDLER_FN (log) |
|
ErrHandler::ErrHandler |
( |
| ) |
|
Constructor.
....................................................................... Constructor.
ErrHandler::~ErrHandler |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
void ErrHandler::installLogFn |
( |
ERR_HANDLER_FN * |
logFn | ) |
|
|
static |
....................................................................... Install a user-defined log function
void ErrHandler::installReportFn |
( |
ERR_HANDLER_FN * |
reportFn | ) |
|
|
static |
....................................................................... Install a user-defined report function
void ErrHandler::installThrowFn |
( |
ERR_HANDLER_FN * |
throwFn | ) |
|
|
static |
....................................................................... Install a user-defined throw function
The documentation for this class was generated from the following files:
- gcpCbass/util/common/ErrHandler.h
- gcpCbass/util/common/ErrHandler.cc