An error.
More...
#include <cxml.h>
|
| Error (std::string const &message) |
|
| ~Error () throw () |
|
char const * | what () const noexcept override |
|
◆ Error()
cxml::Error::Error |
( |
std::string const & |
message | ) |
|
|
inline |
Construct an Error exception.
- Parameters
-
◆ ~Error()
cxml::Error::~Error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ what()
char const* cxml::Error::what |
( |
| ) |
const |
|
inlineoverridenoexcept |
- Returns
- error message. Caller must not free the returned value.
The documentation for this class was generated from the following file: