#include <source/ariba/utility/transport/tcpip/protlib/queuemanager.h>
Inherits protlib::ProtLibException.
Public Types | |
enum | error_t { ERROR_NO_QUEUE_MANAGER, ERROR_REGISTER } |
error codes More... | |
Public Member Functions | |
QueueManagerError (error_t e) | |
constructor | |
virtual const char * | getstr () const |
virtual const char * | what () const throw () |
Public Attributes | |
const error_t | err |
Static Private Attributes | |
static const char *const | errstr [] |
QueueManager error strings. |
Definition at line 53 of file queuemanager.h.
virtual const char* protlib::QueueManagerError::what | ( | ) | const throw () [inline, virtual] |
Get a printable string representation of the error.
Reimplemented from protlib::ProtLibException.
Definition at line 64 of file queuemanager.h.
References getstr().