20 "Not enough memory in the buffer stream";
23 const char*
const& message) noexcept
41 #endif // if HAVE_CXX0X 68 #endif // if HAVE_CXX0X This abstract class is used to create exceptions.
This class is thrown as an exception when the buffer's internal memory reachs its size limit...
static Cdr_DllAPI const char *const NOT_ENOUGH_MEMORY_MESSAGE_DEFAULT
Default message used in the library.
Cdr_DllAPI NotEnoughMemoryException & operator=(const NotEnoughMemoryException &ex) noexcept
Assigment operation.
Cdr_DllAPI Exception & operator=(const Exception &ex) noexcept
Assigment operation.
virtual Cdr_DllAPI ~NotEnoughMemoryException() noexcept
Default constructor.
Cdr_DllAPI NotEnoughMemoryException(const char *const &message) noexcept
Default constructor.
const T & move(const T &v)
virtual Cdr_DllAPI void raise() const override
This function throws the object as exception.