15#ifndef _FASTCDR_EXCEPTIONS_NOTENOUGHMEMORYEXCEPTION_H_
16#define _FASTCDR_EXCEPTIONS_NOTENOUGHMEMORYEXCEPTION_H_
37 const char*
const& message)
noexcept;
Exception(const char *const &message) noexcept
Default constructor.
void raise() const override
This function throws the object as exception.
NotEnoughMemoryException(NotEnoughMemoryException &&ex) noexcept
Default move constructor.
virtual ~NotEnoughMemoryException() noexcept
Default destructor.
NotEnoughMemoryException(const NotEnoughMemoryException &ex) noexcept
Default copy constructor.
NotEnoughMemoryException(const char *const &message) noexcept
Default constructor.
static const char *const NOT_ENOUGH_MEMORY_MESSAGE_DEFAULT
Default message used in the library.
Definition NotEnoughMemoryException.h:78
Definition BadOptionalAccessException.hpp:22