QueueManager errors. More...
#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. | |
QueueManager errors.
Definition at line 53 of file queuemanager.h.
error codes
Definition at line 56 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().
Definition at line 60 of file queuemanager.h.
Referenced by getstr().
1.6.1