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

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

Private Attributes

std::string message_
 

Detailed Description

Definition at line 23 of file exceptions.h.

Constructor & Destructor Documentation

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

Definition at line 27 of file exceptions.h.

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

Definition at line 31 of file exceptions.h.

Member Function Documentation

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

Definition at line 35 of file exceptions.h.

Member Data Documentation

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

Definition at line 41 of file exceptions.h.


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


behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:26