#include <address_exception.h>
Inheritance diagram for ss::resolver_exception:
Public Member Functions | |
resolver_exception (int __code) throw () | |
Constructor. | |
virtual | ~resolver_exception () throw () |
Destructor. | |
virtual const char * | what () const throw () |
Error message. | |
virtual int | code () const throw () |
Error code. | |
Protected Attributes | |
std::string | _M_msg |
int | _M_code |
Definition at line 39 of file address_exception.h.
|
Constructor.
|