#include <Error.h>
Inheritance diagram for CError
Public Methods | |
CError () | |
virtual | ~CError () |
void | ErrorClean (void) |
Clean the error. | |
int | ErrorGet (void) const |
Return the Error Number. | |
const char* | ErrorMessageGet (const char * message) |
Return error message. | |
Protected Methods | |
void | ErrorSet (int error) |
Set the Error. | |
void | ErrorInit (void) |
Initialise the Error. | |
Static Private Attributes | |
ErrorNumberT | ErrorNumber = ERR_NO_ERROR |