#include <core/exceptions/system.h>
Inheritance diagram for fawkes::OutOfMemoryException:
Public Member Functions | |
OutOfMemoryException (const char *format,...) throw () | |
Constructor. | |
OutOfMemoryException () throw () | |
Constructor. |
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 () |