fawkes::BBInconsistentMemoryException Class Reference

Thrown when BlackBoard memory has been corupted This exception is thrown by the memory manager if the memory has been corrupted, for example if there are bytes that belong to neither a free chunk nor a allocated chunk. More...

#include <exceptions.h>

Inheritance diagram for fawkes::BBInconsistentMemoryException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BBInconsistentMemoryException (const char *msg)
 Constructor.

Detailed Description

Thrown when BlackBoard memory has been corupted This exception is thrown by the memory manager if the memory has been corrupted, for example if there are bytes that belong to neither a free chunk nor a allocated chunk.

Definition at line 47 of file exceptions.h.


Constructor & Destructor Documentation

fawkes::BBInconsistentMemoryException::BBInconsistentMemoryException ( const char *  msg  )  [inline]

Constructor.

Parameters:
msg message, appended to exception, base message "Memory corruption detected"

Definition at line 52 of file exceptions.h.

References fawkes::Exception::append().


The documentation for this class was generated from the following file:

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1