Base for error detail classes.
More...
◆ ErrorDetail()
Constructs error detail from error identifier
- Parameters
-
◆ ~ErrorDetail()
◆ addNext()
Set pointer to the next detail
- Parameters
-
[in] | ptr | Pointer to the next detail |
◆ clone()
Returns copy of this object
- Returns
- copy of this object
◆ describe()
virtual void describe |
( |
char * |
str | ) |
const |
|
pure virtual |
Adds description of the error detail to the given string
- Parameters
-
[in] | str | String to add descrition to |
◆ id()
Returns identifier of an error detail
- Returns
- identifier of an error detail
◆ next() [1/2]
Access to the pointer of the next detail
- Returns
- pointer to the next detail
◆ next() [2/2]
Access to the pointer of the next detail
- Returns
- pointer to the next detail
The documentation for this class was generated from the following file: