![]() |
B2BITS FIX Antenna C++ 2.34.0
|
Would block socket exception. More...
#include <B2BITS_SystemException.h>
Inheritance diagram for System::WouldBlockSocketException:
Collaboration diagram for System::WouldBlockSocketException:Public Member Functions | |
| WouldBlockSocketException (const std::string &descr, int errNo) | |
| Constructs the WouldBlock std::exception with the given description. | |
Public Member Functions inherited from System::SocketException | |
| SocketException (char const *msg) | |
| Constructs the system std::exception with the given message. | |
| SocketException (char const *msg, int errNo) | |
| Constructs the system std::exception with the given errno. | |
| SocketException (std::string const &msg) | |
| Constructs the system std::exception with the given message. | |
| SocketException (std::string const &msg, int errNo) | |
| Constructs the system std::exception with the given errno. | |
Public Member Functions inherited from System::SystemException | |
| int | getErrNo () const throw () |
| Return the system-depended error code. | |
| SystemException () | |
| Default constructor. | |
| SystemException (char const *msg) | |
| Constructs SystemException. | |
| SystemException (char const *msg, int errNo) | |
| Constructs SystemException with the given errno and detailed description. | |
| SystemException (std::string const &msg) | |
| Constructs SystemException. | |
| SystemException (std::string const &msg, int errNo) | |
| Constructs SystemException with the given errno and detailed description. | |
Public Member Functions inherited from Utils::Exception | |
| Exception () | |
| Constructor. | |
| Exception (const std::string &aReason) | |
| Constructor. | |
| std::string const & | reason () const throw () |
| Returns the reason for this exception. | |
| virtual const char * | what () const throw () |
| Returns the reason for this exception. | |
| virtual | ~Exception () throw () |
| Destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from System::SocketException | |
| static int | getLastError () |
| Returns error code of the last operation related to socket subsystem. | |
Static Public Member Functions inherited from System::SystemException | |
| static std::string | createErrorMessage (char const *msg, int errNo) |
| Craete error message using given description and system error code. | |
| static std::string | getErrorDescription (int errNo) |
| Returns description for error code. | |
| static int | getLastError () throw () |
| Returns error code of the last operation. | |
Protected Attributes inherited from Utils::Exception | |
| std::string | m_reason |
| std::string that describes raised exception | |
Would block socket exception.
| System::WouldBlockSocketException::WouldBlockSocketException | ( | const std::string & | descr, |
| int | errNo ) |
Constructs the WouldBlock std::exception with the given description.