Fawkes API  Fawkes Development Version
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:

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.


Constructor & Destructor Documentation

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

Constructor.

Parameters:
msgmessage, 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: