#include <OnixS/CME/DropCopy/Error.h>
Definition at line 64 of file Error.h.
Initializes instance with just a code.
Error |
( |
const std::string & |
source, |
|
|
ErrorCode |
code, |
|
|
const std::string & |
description |
|
) |
| |
Initializes instance with code and description.
Initializes as clone of another error.
virtual ~Error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
Code of error.
Definition at line 112 of file Error.h.
const char * description |
( |
| ) |
const |
|
inline |
Human readable description of error.
Definition at line 117 of file Error.h.
Copies error attributes from another instance.
const char * source |
( |
| ) |
const |
|
inline |
Origin of the error.
Definition at line 122 of file Error.h.
std::string toString |
( |
| ) |
const |
|
inline |
void toString |
( |
std::string & |
| ) |
const |
Appends presentation of an error to the string.
virtual const char* what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
Human readable description of error.
The documentation for this class was generated from the following file: