#include <exceptions.h>
Inheritance diagram for fawkes::BBNotMasterException:
Public Member Functions | |
BBNotMasterException (const char *msg) | |
Constructor. |
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.
Definition at line 66 of file exceptions.h.
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().