22 const char*
const& message) noexcept
This class is thrown as an exception when an invalid parameter is being serialized.
Cdr_DllAPI BadParamException(const char *const &message) noexcept
Default constructor.
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.
Cdr_DllAPI Exception & operator=(const Exception &ex) noexcept
Assigment operation.