#include <exceptions.h>
Inheritance diagram for fawkes::BlackBoardInterfaceNotFoundException:
Public Member Functions | |
BlackBoardInterfaceNotFoundException (const char *type, const char *add_msg="") | |
Constructor. |
Definition at line 91 of file exceptions.h.
fawkes::BlackBoardInterfaceNotFoundException::BlackBoardInterfaceNotFoundException | ( | const char * | type, | |
const char * | add_msg = "" | |||
) | [inline] |
Constructor.
type | type of interface that could not be found | |
add_msg | additional message, add a space as first character |
Definition at line 97 of file exceptions.h.