zmqpp 4.1.2
C++ bindings for 0mq (libzmq)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
zmqpp::exception Class Reference

Represents the base zmqpp exception. More...

#include <exception.hpp>

Inheritance diagram for zmqpp::exception:
Inheritance graph
[legend]
Collaboration diagram for zmqpp::exception:
Collaboration graph
[legend]

Public Member Functions

 exception (std::string const &message)
 Standard exception constructor. More...
 

Detailed Description

Represents the base zmqpp exception.

Todo:
Have a larger variety of exceptions with better state debug information

All zmqpp runtime exceptions are children of this class. The class itself does not provide any special access fields but it only for convince when catching exceptions.

The class extends std::runtime_error.

Constructor & Destructor Documentation

◆ exception()

zmqpp::exception::exception ( std::string const &  message)
inline

Standard exception constructor.

Parameters
messagea string representing the error message.

The documentation for this class was generated from the following file: