#include <exceptions.hpp>
|
| queue_exception (const std::string &msg="queue_error occured.") |
|
virtual const char * | what () const noexceptoverride |
|
thrown when something goes wrong in a synchonized queue.
- Examples:
- exceptions-tests.cpp.
Definition at line 143 of file exceptions.hpp.
pthread::util::queue_exception::queue_exception |
( |
const std::string & |
msg = "queue_error occured." | ) |
|
|
explicit |
const char * pthread::util::queue_exception::what |
( |
| ) |
const |
|
overridevirtualnoexcept |
The documentation for this class was generated from the following files: