ADTF
Loading...
Searching...
No Matches
adtf::base::flash::cErrorChecker Class Reference

Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler. More...

#include <error_handling_intf.h>

Public Member Functions

 cErrorChecker ()
 Default CTOR.
 
 cErrorChecker (const char *strErrorSource, const char *strErrorCategory, elasto::IErrorHandling::tAction eDefaultAction)
 CTOR which creates a error handler for the given values.
 
void Create (const char *strErrorSource, const char *strErrorCategory, elasto::IErrorHandling::tAction eDefaultAction)
 Creates a error handler for the given values.
 
void Check (tResult oResult)
 Checks the result and handle sit at error handler.
 

Detailed Description

Error checker implementation for easy use of the error handler elasto::IErrorHandling::IErrorHandler.

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ Check()

void adtf::base::flash::cErrorChecker::Check ( tResult oResult)
inline

Checks the result and handle sit at error handler.

Parameters
oResultthe 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: