17 #ifndef ZMQPP_EXCEPTION_HPP_ 
   18 #define ZMQPP_EXCEPTION_HPP_ 
   49         : 
std::runtime_error(message)
 
   74     exception(
"Actor Initialization Exception")
 
exception(std::string const &message)
Standard exception constructor. 
Definition: exception.hpp:48
C++ wrapper around zmq. 
Definition: actor.cpp:29
actor_initialization_exception()
Definition: exception.hpp:73
zmq_internal_exception()
Uses the zmq functions to pull out error messages and numbers. 
Definition: exception.hpp:106
Represents internal zmq errors. 
Definition: exception.hpp:100
Represents a failed zmqpp::actor initialization. 
Definition: exception.hpp:69
z85_exception(const std::string &msg)
Definition: exception.hpp:87
int zmq_error() const 
Retrieve the zmq error number associated with this exception. 
Definition: exception.hpp:115
Represents the base zmqpp exception. 
Definition: exception.hpp:40
a zmq message with optional multipart support 
Definition: message.hpp:43
Represents an attempt to use an invalid object. 
Definition: exception.hpp:58
int _error
Definition: exception.hpp:118
invalid_instance(std::string const &message)
Definition: exception.hpp:61
Thrown when an error occurs while encoding or decoding to/from z85. 
Definition: exception.hpp:84