15#ifndef _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_
16#define _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_
37 const char*
const& message)
noexcept;
This class is thrown as an exception when an invalid parameter is being serialized.
virtual Cdr_DllAPI ~BadParamException() noexcept
Default destructor.
Cdr_DllAPI BadParamException & operator=(const BadParamException &ex) noexcept
Assigment operation.
static Cdr_DllAPI const char *const BAD_PARAM_MESSAGE_DEFAULT
Default message used in the library.
Cdr_DllAPI void raise() const override
This function throws the object as exception.
This abstract class is used to create exceptions.