22 const char*
const& message) noexcept
40 #endif // if HAVE_CXX0X 67 #endif // if HAVE_CXX0X This abstract class is used to create exceptions.
virtual Cdr_DllAPI void raise() const
This function throws the object as exception.
Cdr_DllAPI Exception & operator=(const Exception &ex) noexcept
Assigment operation.
static Cdr_DllAPI const char *const BAD_PARAM_MESSAGE_DEFAULT
Default message used in the library.
Cdr_DllAPI BadParamException(const char *const &message) noexcept
Default constructor.
This class is thrown as an exception when a invalid parameter was being serialized.
const T & move(const T &v)
virtual Cdr_DllAPI ~BadParamException() noexcept
Default constructor.
Cdr_DllAPI BadParamException & operator=(const BadParamException &ex) noexcept
Assigment operation.