#include <socket_exception.h>
Inheritance diagram for ss::socket_exception:
Public Member Functions | |
socket_exception () throw () | |
Constructor. | |
socket_exception (int __code) throw () | |
Constructor. | |
virtual | ~socket_exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Returns a C-style character string describing the cause of the current error. | |
virtual int | code () const throw () |
Returns the error code relative to the error condition caught. | |
Protected Attributes | |
std::string | _M_msg |
int | _M_code |
Definition at line 38 of file socket_exception.h.
|
Constructor. The error message is obtained through a function call. |
|
Constructor. The error message is obtained through a function call. |