#include <PracticalSocket.h>
Public Member Functions | |
SocketException (const string &message, bool inclSysMsg=false) throw () | |
~SocketException () throw () | |
const char * | what () const throw () |
Signals a problem with the execution of a socket call.
br::pucrio::telemidia::ginga::core::system::compat::SocketException::SocketException | ( | const string & | message, |
bool | inclSysMsg = false |
||
) | |||
throw | ( | ||
) |
Construct a SocketException with a explanatory message.
message | explanatory message |
incSysMsg | true if system message (from strerror(errno)) should be postfixed to the user provided message |
br::pucrio::telemidia::ginga::core::system::compat::SocketException::~SocketException | ( | ) | ||
throw | ( | |||
) |
Provided just to guarantee that no exceptions are thrown.
const char * br::pucrio::telemidia::ginga::core::system::compat::SocketException::what | ( | ) | const | |
throw | ( | |||
) |
Get the exception message