Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <MissedOptionalException.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 the optional field fails.
Check of the optional field fails if it is not set but it should be present according to the if-clause.
Definition at line 14 of file MissedOptionalException.h.