#include <Exception.h>


Public Member Functions | |
| OutOfMemoryException (const String &msg, const String &sourceFile, int line) | |
| OutOfMemoryException (const OutOfMemoryException &) | |
| virtual | ~OutOfMemoryException () |
| virtual String | getClassName () const |
Private Member Functions | |
| bool | operator== (const OutOfMemoryException &) const |
| bool | operator!= (const OutOfMemoryException &e) const |
| const OutOfMemoryException & | operator= (const OutOfMemoryException &) |
Thrown when the free memory is not enough to allocate an object
Definition at line 285 of file Exception.h.
| OutOfMemoryException::OutOfMemoryException | ( | const String & | msg, |
| const String & | sourceFile, | ||
| int | line | ||
| ) | [explicit] |
Definition at line 287 of file Exception.cpp.
| OutOfMemoryException::OutOfMemoryException | ( | const OutOfMemoryException & | e ) |
Definition at line 291 of file Exception.cpp.
| OutOfMemoryException::~OutOfMemoryException | ( | ) | [virtual] |
Definition at line 297 of file Exception.cpp.
| String OutOfMemoryException::getClassName | ( | ) | const [virtual] |
Returns the name of the class
Reimplemented from alize::Exception.
Definition at line 294 of file Exception.cpp.
| bool alize::OutOfMemoryException::operator!= | ( | const OutOfMemoryException & | e ) | const [private] |
Not implemented
| const OutOfMemoryException& alize::OutOfMemoryException::operator= | ( | const OutOfMemoryException & | ) | [private] |
Not implemented
| bool alize::OutOfMemoryException::operator== | ( | const OutOfMemoryException & | ) | const [private] |
1.7.2