Zserio C++ runtime library  1.0.0
Built for Zserio 2.13.0
zserio::PubsubException Class Reference

#include <PubsubException.h>

Inheritance diagram for zserio::PubsubException:
Collaboration diagram for zserio::PubsubException:

Additional Inherited Members

- Public Member Functions inherited from zserio::CppRuntimeException
 CppRuntimeException (const char *message="")
 
const char * what () const noexceptoverride
 
void append (const char *message)
 
void append (const char *message, size_t messageLen)
 
 ~CppRuntimeException () override=default
 
 CppRuntimeException (const CppRuntimeException &other)=default
 
CppRuntimeExceptionoperator= (const CppRuntimeException &other)=default
 
 CppRuntimeException (CppRuntimeException &&other)=default
 
CppRuntimeExceptionoperator= (CppRuntimeException &&other)=default
 

Detailed Description

Exception thrown when an error in Pub/Sub occurs.

Definition at line 12 of file PubsubException.h.


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