#include <exceptions.h>
Public Member Functions | |
BehaviorTreeException (const std::string &Message) | |
const char * | what () const noexcept |
Private Attributes | |
std::string | message_ |
Definition at line 22 of file exceptions.h.
BT::BehaviorTreeException::BehaviorTreeException | ( | const std::string & | Message | ) |
Definition at line 16 of file exceptions.cpp.
|
inlinenoexcept |
Definition at line 27 of file exceptions.h.
|
private |
Definition at line 33 of file exceptions.h.