15#ifndef _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_
16#define _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_
37 const char*
const& message)
noexcept;
void raise() const override
This function throws the object as exception.
BadParamException(BadParamException &&ex) noexcept
Default move constructor.
BadParamException(const char *const &message) noexcept
Default constructor.
static const char *const BAD_PARAM_MESSAGE_DEFAULT
Default message used in the library.
Definition BadParamException.h:78
BadParamException(const BadParamException &ex) noexcept
Default copy constructor.
virtual ~BadParamException() noexcept
Default destructor.
Exception(const char *const &message) noexcept
Default constructor.
Definition BadOptionalAccessException.hpp:22