15 #ifndef _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_ 16 #define _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_ 37 const char*
const& message) noexcept;
55 #endif // if HAVE_CXX0X 73 #endif // if HAVE_CXX0X 87 #endif // _FASTCDR_EXCEPTIONS_BADPARAMEXCEPTION_H_ This abstract class is used to create exceptions.
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.
virtual Cdr_DllAPI ~BadParamException() noexcept
Default constructor.
Cdr_DllAPI BadParamException & operator=(const BadParamException &ex) noexcept
Assigment operation.