#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.
| const char* BT::BehaviorTreeException::what | ( | ) | const [inline] |
Definition at line 27 of file exceptions.h.
std::string BT::BehaviorTreeException::message_ [private] |
Definition at line 33 of file exceptions.h.