Fawkes API  Fawkes Development Version
fawkes::BBNotMasterException Class Reference

Thrown if BlackBoard is not master and master operation has been requested. More...

#include <exceptions.h>

Inheritance diagram for fawkes::BBNotMasterException:

List of all members.

Public Member Functions

 BBNotMasterException (const char *msg)
 Constructor.

Detailed Description

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.


Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 71 of file exceptions.h.

References fawkes::Exception::append().


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