fawkes::OutOfMemoryException Class Reference
[Fawkes Exceptions]
System ran out of memory and desired operation could not be fulfilled.
More...
#include <core/exceptions/system.h>
Inheritance diagram for fawkes::OutOfMemoryException:

Public Member Functions | |
| OutOfMemoryException (const char *format,...) throw () | |
| Constructor. | |
| OutOfMemoryException () throw () | |
| Constructor. | |
Detailed Description
System ran out of memory and desired operation could not be fulfilled.Definition at line 32 of file system.h.
Constructor & Destructor Documentation
| fawkes::OutOfMemoryException::OutOfMemoryException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
- Parameters:
-
format message format string
Definition at line 35 of file system.cpp.
References fawkes::Exception::append_va().
| fawkes::OutOfMemoryException::OutOfMemoryException | ( | ) | throw () |
The documentation for this class was generated from the following files:
- src/libs/core/exceptions/system.h
- src/libs/core/exceptions/system.cpp

