- Examples:
- exceptions-tests.cpp.
Definition at line 35 of file exceptions.hpp.
pthread::pthread_exception::pthread_exception |
( |
const std::string & |
message, |
|
|
const int |
pthread_errno = -1 |
|
) |
| |
- Parameters
-
message | error message |
pthread_errno | a pthread function return code. |
Definition at line 15 of file exceptions.cpp.
const char * pthread::pthread_exception::pthread_errmsg |
( |
| ) |
|
|
virtual |
int pthread::pthread_exception::pthread_errno |
( |
| ) |
|
|
virtual |
- Returns
- pthread error code that was at the orgin of the error
Definition at line 32 of file exceptions.cpp.
const char * pthread::pthread_exception::what |
( |
| ) |
const |
|
overridevirtualnoexcept |
The documentation for this class was generated from the following files: