#include <source/ariba/utility/transport/tcpip/protlib/threads.h>
Inherits protlib::ProtLibException.

Public Types | |
| enum | error_t { ERROR_THREAD_CREATION, ERROR_RUNNING, ERROR_STOPPING, ERROR_ABORTING, ERROR_STILL_RUNNING, ERROR_UNINITIALIZED, ERROR_INTERNAL, ERROR_NOT_STARTED } |
Public Member Functions | |
| ThreadError (error_t e) | |
| virtual | ~ThreadError () throw () |
| virtual const char * | getstr () const |
| virtual const char * | what () const throw () |
Public Attributes | |
| const error_t | err |
Static Protected Attributes | |
| static const char *const | errstr [] |
This exception will be thrown if there is some trouble with threading.
Definition at line 107 of file threads.h.
| virtual protlib::ThreadError::~ThreadError | ( | ) | throw () [inline, virtual] |
| virtual const char* protlib::ThreadError::what | ( | ) | const throw () [inline, virtual] |
Get a printable string representation of the error.
Reimplemented from protlib::ProtLibException.
Definition at line 119 of file threads.h.
References getstr().
1.6.1