This class is thrown as an exception when the buffer's internal memory reachs its size limit. More...
#include <NotEnoughMemoryException.h>
Public Member Functions | |
Cdr_DllAPI | NotEnoughMemoryException (const char *const &message) noexcept |
Default constructor. More... | |
Cdr_DllAPI | NotEnoughMemoryException (const NotEnoughMemoryException &ex) noexcept |
Default copy constructor. More... | |
Cdr_DllAPI NotEnoughMemoryException & | operator= (const NotEnoughMemoryException &ex) noexcept |
Assigment operation. More... | |
virtual Cdr_DllAPI void | raise () const override |
This function throws the object as exception. More... | |
virtual Cdr_DllAPI | ~NotEnoughMemoryException () noexcept |
Default constructor. More... | |
![]() | |
virtual Cdr_DllAPI const char * | what () const noexcept override |
This function returns the error message. More... | |
virtual Cdr_DllAPI | ~Exception () noexcept |
Default destructor. More... | |
Static Public Attributes | |
static Cdr_DllAPI const char *const | NOT_ENOUGH_MEMORY_MESSAGE_DEFAULT |
Default message used in the library. More... | |
Additional Inherited Members | |
![]() | |
Cdr_DllAPI | Exception (const char *const &message) noexcept |
Default constructor. More... | |
Cdr_DllAPI | Exception (const Exception &ex) noexcept |
Default copy constructor. More... | |
Cdr_DllAPI Exception & | operator= (const Exception &ex) noexcept |
Assigment operation. More... | |
This class is thrown as an exception when the buffer's internal memory reachs its size limit.
Definition at line 27 of file NotEnoughMemoryException.h.
|
noexcept |
Default constructor.
message | A error message. This message pointer is copied. |
Definition at line 22 of file NotEnoughMemoryException.cpp.
|
noexcept |
Default copy constructor.
ex | NotEnoughMemoryException that will be copied. |
Definition at line 28 of file NotEnoughMemoryException.cpp.
|
virtualnoexcept |
Default constructor.
Definition at line 70 of file NotEnoughMemoryException.cpp.
|
noexcept |
Assigment operation.
ex | NotEnoughMemoryException that will be copied. |
Definition at line 43 of file NotEnoughMemoryException.cpp.
|
overridevirtual |
This function throws the object as exception.
Implements eprosima::fastcdr::exception::Exception.
Definition at line 74 of file NotEnoughMemoryException.cpp.
|
static |
Default message used in the library.
Definition at line 82 of file NotEnoughMemoryException.h.