IBR-DTNSuite
0.12
|
#include <socket.h>
Public Member Functions | |
socket_raw_error (int error, string description) | |
socket_raw_error (int error) | |
virtual | ~socket_raw_error () throw () |
virtual const char * | what () const throw () |
int | error () const |
Public Member Functions inherited from ibrcommon::socket_exception | |
socket_exception () | |
socket_exception (string error) | |
Public Member Functions inherited from ibrcommon::Exception | |
Exception () throw () | |
Exception (const exception &) throw () | |
virtual | ~Exception () throw () |
Exception (string what) throw () | |
Additional Inherited Members | |
Protected Attributes inherited from ibrcommon::Exception | |
string | _what |
|
inline |
Definition at line 77 of file socket.h.
References ibrcommon::Exception::what().
|
inline |
|
inlinevirtual |
|
inline |
Definition at line 99 of file socket.h.
Referenced by dtn::net::UDPDatagramService::bind().
|
inlinevirtual |
Get the explaining reason as string value.
Reimplemented from ibrcommon::Exception.
Definition at line 94 of file socket.h.
Referenced by dtn::net::UDPDatagramService::bind().