17 #ifndef ZMQPP_EXCEPTION_HPP_
18 #define ZMQPP_EXCEPTION_HPP_
76 exception(
"Actor Initialization Exception")
110 , _error(zmq_errno())
Represents a failed zmqpp::actor initialization.
Definition: exception.hpp:72
actor_initialization_exception()
Definition: exception.hpp:75
Represents the base zmqpp exception.
Definition: exception.hpp:43
exception(std::string const &message)
Standard exception constructor.
Definition: exception.hpp:50
Represents an attempt to use an invalid object.
Definition: exception.hpp:61
invalid_instance(std::string const &message)
Definition: exception.hpp:63
a zmq message with optional multipart support
Definition: message.hpp:44
Thrown when an error occurs while encoding or decoding to/from z85.
Definition: exception.hpp:87
z85_exception(const std::string &msg)
Definition: exception.hpp:89
Represents internal zmq errors.
Definition: exception.hpp:103
int zmq_error() const
Retrieve the zmq error number associated with this exception.
Definition: exception.hpp:117
int _error
Definition: exception.hpp:120
zmq_internal_exception()
Uses the zmq functions to pull out error messages and numbers.
Definition: exception.hpp:108
#define ZMQPP_EXPORT
Definition: compatibility.hpp:39
C++ wrapper around zmq.
Definition: actor.cpp:30