19 #include "threadexceptions.h"
23 const std::string thread_exception_msg=
"[CThread class] - ";
24 const std::string thread_server_exception_msg=
"[CThreadServer class] - ";
29 this->error_msg+=
" - ";
30 this->error_msg+=thread_id;
36 this->error_msg+=
" - ";
37 this->error_msg+=thread_id;
CThreadServerException(const std::string &where, const std::string &error_msg, const std::string &thread_id)
Constructor.
CThreadException(const std::string &where, const std::string &error_msg, const std::string &thread_id)
Constructor.
std::string error_msg
Exception error message.