|
B2BITS FIX Antenna HFT
1.0.17
|
#include <B2BITS_SystemException.h>
Inheritance diagram for System::SocketException:
Collaboration diagram for System::SocketException:Public Member Functions | |
| SocketException (char const *msg, int errNo=SystemException::getLastError()) | |
| Constructs the system std::exception with the given errno. More... | |
| SocketException (std::string const &msg, int errNo) | |
| Constructs the system std::exception with the given errno. More... | |
Public Member Functions inherited from System::SystemException | |
| int | getErrNo () const |
| Return the system-depended error code. More... | |
| SystemException (char const *msg, int errNo=SystemException::getLastError()) | |
| Constructs the system std::exception with the given errno. More... | |
| SystemException (std::string const &msg, int errNo) | |
| Constructs the system std::exception with the given errno. More... | |
Public Member Functions inherited from Utils::Exception | |
| Exception () | |
| Constructor. More... | |
| Exception (const std::string &aReason) | |
| Constructor. More... | |
| std::string const & | reason () const throw () |
| Returns the reason for this exception. More... | |
| virtual const char * | what () const throw () |
| Returns the reason for this exception. More... | |
| virtual | ~Exception () throw () |
| Destructor. More... | |
Static Public Member Functions | |
| static int | getLastError () |
| Returns error code of the last operation related to socket subsystem. More... | |
Static Public Member Functions inherited from System::SystemException | |
| static std::string | getErrorDescription (int errNo) |
| Returns description for error code. More... | |
| static int | getLastError () |
| Returns error code of the last operation. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Utils::Exception | |
| std::string | m_reason |
| std::string that describes raised exception More... | |
Socket exception.
| System::SocketException::SocketException | ( | char const * | msg, |
| int | errNo = SystemException::getLastError() |
||
| ) |
Constructs the system std::exception with the given errno.
| System::SocketException::SocketException | ( | std::string const & | msg, |
| int | errNo | ||
| ) |
Constructs the system std::exception with the given errno.
warning Please be careful. std::string can change last error code.
|
static |
Returns error code of the last operation related to socket subsystem.
1.8.5