#include <CppRuntimeException.h>
Exception thrown when an error within the Zserio C++ runtime library occurs.
Definition at line 20 of file CppRuntimeException.h.
◆ CppRuntimeException() [1/3]
zserio::CppRuntimeException::CppRuntimeException |
( |
const char * |
message = "" | ) |
|
|
explicit |
◆ ~CppRuntimeException()
zserio::CppRuntimeException::~CppRuntimeException |
( |
| ) |
|
|
overridedefault |
Method generated by default.
◆ CppRuntimeException() [2/3]
Method generated by default.
◆ CppRuntimeException() [3/3]
Method generated by default.
◆ append() [1/2]
void zserio::CppRuntimeException::append |
( |
const char * |
message | ) |
|
Appends a message to the description.
- Parameters
-
message | Description of the error to append. |
Definition at line 21 of file CppRuntimeException.cpp.
◆ append() [2/2]
void zserio::CppRuntimeException::append |
( |
const char * |
message, |
|
|
size_t |
messageLen |
|
) |
| |
Appends a message of a known length to the description.
- Parameters
-
message | Description of the error to append. |
messageLen | Length of the message. |
Definition at line 28 of file CppRuntimeException.cpp.
◆ operator=() [1/2]
Method generated by default.
◆ operator=() [2/2]
Method generated by default.
◆ what()
const char * zserio::CppRuntimeException::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following files: