20 const char*
const& message) noexcept
27 : m_message(ex.m_message)
38 #endif // if HAVE_CXX0X 55 #endif // if HAVE_CXX0X This abstract class is used to create exceptions.
Cdr_DllAPI Exception & operator=(const Exception &ex) noexcept
Assigment operation.
virtual Cdr_DllAPI ~Exception() noexcept
Default destructor.
const T & move(const T &v)
virtual Cdr_DllAPI const char * what() const noexcept override
This function returns the error message.
Cdr_DllAPI Exception(const char *const &message) noexcept
Default constructor.