|
Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <ExtendedFieldException.h>


Additional Inherited Members | |
Public Member Functions inherited from zserio::ValidationException | |
| 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 a check of an extended field fails.
Definition at line 12 of file ExtendedFieldException.h.