System ran out of memory and desired operation could not be fulfilled. More...
#include <core/exceptions/system.h>

Public Member Functions | |
| OutOfMemoryException (const char *format,...) throw () | |
| Constructor. | |
| OutOfMemoryException () throw () | |
| Constructor. | |
System ran out of memory and desired operation could not be fulfilled.
Definition at line 32 of file system.h.
| fawkes::OutOfMemoryException::OutOfMemoryException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
| format | message format string |
Definition at line 35 of file system.cpp.
References fawkes::Exception::append_va().
| fawkes::OutOfMemoryException::OutOfMemoryException | ( | ) | throw () |
1.6.1