zmqpp
4.1.2
C++ bindings for 0mq (libzmq)
|
Represents internal zmq errors. More...
#include <exception.hpp>
Public Member Functions | |
zmq_internal_exception () | |
Uses the zmq functions to pull out error messages and numbers. More... | |
int | zmq_error () const |
Retrieve the zmq error number associated with this exception. More... | |
Public Member Functions inherited from zmqpp::exception | |
exception (std::string const &message) | |
Standard exception constructor. More... | |
Private Attributes | |
int | _error |
Represents internal zmq errors.
Any error response from the zmq bindings will be wrapped in this error.
The class provides access to the zmq error number via zmq_error().
|
inline |
Uses the zmq functions to pull out error messages and numbers.
|
inline |
Retrieve the zmq error number associated with this exception.
|
private |