|
Simple Application Framework
1
|
Out of memory exception class. More...
#include <OutOfMemoryException.h>
Public Member Functions | |
| OutOfMemoryException (const SourceLocation &loc) | |
| Constructor. | |
| OutOfMemoryException (const SourceLocation &loc, const Text::String &msg) | |
| Constructor. | |
Out of memory exception class.
| Saf::OutOfMemoryException::OutOfMemoryException | ( | const SourceLocation & | loc | ) | [inline] |
Constructor.
| [in] | loc | Exception source descriptor. |
| Saf::OutOfMemoryException::OutOfMemoryException | ( | const SourceLocation & | loc, |
| const Text::String & | msg | ||
| ) | [inline] |
Constructor.
| [in] | loc | Exception source descriptor. |
| [in] | msg | String describing the exception and its cause. |
1.8.0