Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <ExtendedFieldException.h>
Additional Inherited Members | |
![]() | |
CppRuntimeException (const char *message="") | |
CppRuntimeException (const CppRuntimeException &other)=default | |
CppRuntimeException (CppRuntimeException &&other)=default | |
![]() | |
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 a check of an extended field fails.
Definition at line 12 of file ExtendedFieldException.h.