Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.0
|
#include <PubsubException.h>
Public Member Functions | |
CppRuntimeException (const char *message="") | |
CppRuntimeException (const CppRuntimeException &other)=default | |
CppRuntimeException (CppRuntimeException &&other)=default | |
Public Member Functions inherited from zserio::CppRuntimeException | |
CppRuntimeException (const char *message="") | |
const char * | what () const noexcept override |
void | append (const char *message) |
void | append (const char *message, size_t messageLen) |
~CppRuntimeException () override=default | |
CppRuntimeException (const CppRuntimeException &other)=default | |
CppRuntimeException & | operator= (const CppRuntimeException &other)=default |
CppRuntimeException (CppRuntimeException &&other)=default | |
CppRuntimeException & | operator= (CppRuntimeException &&other)=default |
Exception thrown when an error in Pub/Sub occurs.
Definition at line 12 of file PubsubException.h.
|
explicit |
Constructor.
message | Description of the error. |
Definition at line 28 of file CppRuntimeException.cpp.
|
default |
|
default |