The MemoryException is thrown if not enough memory can be allocated. More...
#include <Exception.h>
Public Member Functions | |
MemoryException (const MemoryException &inst) | |
Construction. | |
MemoryException () | |
Construction. | |
virtual | ~MemoryException () throw () |
Destruction. |
The MemoryException is thrown if not enough memory can be allocated.
Definition at line 131 of file Exception.h.
MemoryException::MemoryException | ( | ) |
MemoryException::MemoryException | ( | const MemoryException & | inst | ) |
Construction.
Definition at line 162 of file Exception.cpp.
virtual Base::MemoryException::~MemoryException | ( | ) | throw () [inline, virtual] |
Destruction.
Definition at line 140 of file Exception.h.