15#ifndef _FASTCDR_EXCEPTIONS_EXCEPTION_H_
16#define _FASTCDR_EXCEPTIONS_EXCEPTION_H_
18#include "../fastcdr_dll.h"
43 virtual const
char*
what() const noexcept;
53 const
char* const& message) noexcept;
89 const
char* m_message;
virtual const char * what() const noexcept
This function returns the error message.
virtual void raise() const =0
This function throws the object as exception.
Exception(const char *const &message) noexcept
Default constructor.
virtual ~Exception() noexcept
Default destructor.
Definition BadOptionalAccessException.hpp:22