B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
System::SocketException Class Reference

Socket exception. More...

#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 B2B_OVERRIDE 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...
 

Detailed Description

Socket exception.

Constructor & Destructor Documentation

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.

Member Function Documentation

static int System::SocketException::getLastError ( )
static

Returns error code of the last operation related to socket subsystem.