Public Member Functions | Private Attributes | List of all members
BT::BehaviorTreeException Class Reference

#include <exceptions.h>

Inheritance diagram for BT::BehaviorTreeException:
Inheritance graph
[legend]

Public Member Functions

template<typename... SV>
 BehaviorTreeException (const SV &... args)
 
 BehaviorTreeException (std::string_view message)
 
const char * what () const noexcept
 

Private Attributes

std::string message_
 

Detailed Description

Definition at line 23 of file exceptions.h.

Constructor & Destructor Documentation

◆ BehaviorTreeException() [1/2]

BT::BehaviorTreeException::BehaviorTreeException ( std::string_view  message)
inline

Definition at line 26 of file exceptions.h.

◆ BehaviorTreeException() [2/2]

template<typename... SV>
BT::BehaviorTreeException::BehaviorTreeException ( const SV &...  args)
inline

Definition at line 31 of file exceptions.h.

Member Function Documentation

◆ what()

const char* BT::BehaviorTreeException::what ( ) const
inlinenoexcept

Definition at line 34 of file exceptions.h.

Member Data Documentation

◆ message_

std::string BT::BehaviorTreeException::message_
private

Definition at line 40 of file exceptions.h.


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


behaviortree_cpp_v4
Author(s): Davide Faconti
autogenerated on Fri Jun 28 2024 02:20:09