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