ZIO
Python and C++ interface to ZeroMQ and Zyre
|
general exception class for zio More...
#include <exceptions.hpp>
Public Member Functions | |
const char * | what () const noexcept override |
returns the explanatory string More... | |
Public Attributes | |
const int | id |
the id of the exception More... | |
Protected Member Functions | |
exception (int id_, const char *what_arg) | |
Static Protected Member Functions | |
static std::string | name (const std::string &ename, int id_) |
general exception class for zio
Definition at line 16 of file exceptions.hpp.
|
inlineprotected |
Definition at line 27 of file exceptions.hpp.
|
inlinestaticprotected |
Definition at line 28 of file exceptions.hpp.
|
inlineoverridenoexcept |
returns the explanatory string
Definition at line 20 of file exceptions.hpp.
const int zio::exception::id |
the id of the exception
Definition at line 24 of file exceptions.hpp.