15 #ifndef _FASTCDR_EXCEPTIONS_BADOPTIONALACCESSEXCEPTION_H_ 16 #define _FASTCDR_EXCEPTIONS_BADOPTIONALACCESSEXCEPTION_H_ 18 #include "Exception.h" 37 const char*
const& message) noexcept;
75 void raise()
const override;
83 #endif // _FASTCDR_EXCEPTIONS_BADOPTIONALACCESSEXCEPTION_H_ Definition: fixed_size_string.hpp:32
static const char *const BAD_OPTIONAL_ACCESS_MESSAGE_DEFAULT
Default message used in the library.
Definition: BadOptionalAccessException.hpp:78
This abstract class is used to create exceptions.
Definition: Exception.h:28
This class is thrown as an exception when accessing the value of a null optional. ...
Definition: BadOptionalAccessException.hpp:27