Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler.
More...
#include <error_handling_intf.h>
Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler.
◆ cErrorChecker()
| adtf::base::flash::cErrorChecker::cErrorChecker |
( |
const char * | strErrorSource, |
|
|
const char * | strErrorCategory, |
|
|
elasto::IErrorHandling::tAction | eDefaultAction ) |
|
inline |
CTOR which creates a error handler for the given values.
- Parameters
-
| strErrorSource | |
| strErrorCategory | |
| eDefaultAction | |
◆ Check()
| void adtf::base::flash::cErrorChecker::Check |
( |
tResult | oResult | ) |
|
|
inline |
Checks the result and handle sit at error handler.
- Parameters
-
| oResult | the result to check |
◆ Create()
| void adtf::base::flash::cErrorChecker::Create |
( |
const char * | strErrorSource, |
|
|
const char * | strErrorCategory, |
|
|
elasto::IErrorHandling::tAction | eDefaultAction ) |
|
inline |
Creates a error handler for the given values.
- Parameters
-
| strErrorSource | |
| strErrorCategory | |
| eDefaultAction | |
The documentation for this class was generated from the following file: