Zserio C++17 runtime library  1.1.0
Built for Zserio 2.18.1
zserio::ChoiceCaseException Class Reference

#include <ChoiceCaseException.h>

Inheritance diagram for zserio::ChoiceCaseException:
Collaboration diagram for zserio::ChoiceCaseException:

Public Member Functions

 ~ChoiceCaseException () override
 
- Public Member Functions inherited from zserio::ValidationException
 ~ValidationException () override
 
 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
 
 CppRuntimeException (const CppRuntimeException &other)=default
 
CppRuntimeExceptionoperator= (const CppRuntimeException &other)=default
 
 CppRuntimeException (CppRuntimeException &&other)=default
 
CppRuntimeExceptionoperator= (CppRuntimeException &&other)=default
 

Detailed Description

Exception thrown when a check of the choice case fails.

Definition at line 12 of file ChoiceCaseException.h.

Constructor & Destructor Documentation

◆ ~ChoiceCaseException()

zserio::ChoiceCaseException::~ChoiceCaseException ( )
overridedefault

The documentation for this class was generated from the following files: