Fawkes API
Fawkes Development Version
|
Thrown if BlackBoard is not master and master operation has been requested. More...
#include <exceptions.h>
Public Member Functions | |
BBNotMasterException (const char *msg) | |
Constructor. |
Thrown if BlackBoard is not master and master operation has been requested.
This exception is thrown by the memory manager if the memory is not owned but master mode is required. The interface manager throws it if you try to create a new interface but are not master. corrupted, for example if there are bytes that belong to neither a free chunk nor a allocated chunk.
fawkes::BBNotMasterException::BBNotMasterException | ( | const char * | msg | ) | [inline] |
Constructor.
msg | message, appended to exception, base message "Memory corruption detected" |
Definition at line 71 of file exceptions.h.
References fawkes::Exception::append().