Fawkes API Fawkes Development Version

fawkes::OutOfMemoryException Class Reference

System ran out of memory and desired operation could not be fulfilled. More...

#include <>>

Inheritance diagram for fawkes::OutOfMemoryException:

List of all members.

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:
formatmessage format string

Definition at line 35 of file system.cpp.

References fawkes::Exception::append_va().

fawkes::OutOfMemoryException::OutOfMemoryException ( ) throw ()

Constructor.

Message simply is "Out of memory"

Definition at line 48 of file system.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends