19 #include "eventexceptions.h"
23 const std::string event_exception_msg=
"[CEvent class] - ";
24 const std::string event_server_exception_msg=
"[CEventServer class] - ";
25 const std::string event_timeout_exception_msg=
"[Timeout] - ";
30 this->error_msg+=
" - ";
31 this->error_msg+=event_id;
37 this->error_msg+=
" - ";
38 this->error_msg+=event_id;
CEventException(const std::string &where, const std::string &error_msg, const std::string &event_id)
Constructor.
CEventTimeoutException(const std::string &event_id)
Constructor.
std::string error_msg
Exception error message.
CEventServerException(const std::string &where, const std::string &error_msg, const std::string &event_id)
Constructor.