The system_error exception class retrieves a string, which represent the last error.
More...
#include <ErrorCode.h>
The system_error exception class retrieves a string, which represent the last error.
and can be thrown when any of system (or functions which support "errno") functions fails.
◆ system_error()
dds::misc::system_error::system_error |
( |
const std::string & |
_ErrorPrefix | ) |
|
|
inlineexplicit |
◆ ~system_error()
virtual dds::misc::system_error::~system_error |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ getErrno()
int dds::misc::system_error::getErrno |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
◆ what()
virtual const char* dds::misc::system_error::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
The documentation for this class was generated from the following file: