ZIO
Python and C++ interface to ZeroMQ and Zyre
Static Public Member Functions | List of all members
zio::message_error Class Reference

exception indicating message error More...

#include <exceptions.hpp>

Inheritance diagram for zio::message_error:
Inheritance graph
[legend]
Collaboration diagram for zio::message_error:
Collaboration graph
[legend]

Static Public Member Functions

static message_error create (int id_, const char *errmsg, const char *extra=NULL)
 

Additional Inherited Members

- Public Member Functions inherited from zio::exception
const char * what () const noexcept override
 returns the explanatory string More...
 
- Public Attributes inherited from zio::exception
const int id
 the id of the exception More...
 
- Protected Member Functions inherited from zio::exception
 exception (int id_, const char *what_arg)
 
- Static Protected Member Functions inherited from zio::exception
static std::string name (const std::string &ename, int id_)
 

Detailed Description

exception indicating message error

This exception is thrown when some error occurs related to the fromation of a zio message. See also socket_error.

IDs:

  1. ...

Definition at line 76 of file exceptions.hpp.

Member Function Documentation

◆ create()

static message_error zio::message_error::create ( int  id_,
const char *  errmsg,
const char *  extra = NULL 
)
inlinestatic

Definition at line 78 of file exceptions.hpp.


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