Fawkes API
Fawkes Development Version
|
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>
Public Member Functions | |
BBInconsistentMemoryException (const char *msg) | |
Constructor. |
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.
fawkes::BBInconsistentMemoryException::BBInconsistentMemoryException | ( | const char * | msg | ) | [inline] |
Constructor.
msg | message, appended to exception, base message "Memory corruption detected" |
Definition at line 52 of file exceptions.h.
References fawkes::Exception::append().