33#ifndef TF2__EXCEPTIONS_HPP_
34#define TF2__EXCEPTIONS_HPP_
70 : std::runtime_error(errorDescription)
ConnectivityException(const std::string errorDescription)
Definition exceptions.hpp:85
InvalidArgumentException(const std::string errorDescription)
Definition exceptions.hpp:171
LookupException(const std::string errorDescription)
Definition exceptions.hpp:104
TimeoutException(const std::string errorDescription)
Definition exceptions.hpp:183
Definition buffer_core.hpp:58
TF2Error
Definition exceptions.hpp:46
@ TF2_NO_ERROR
Definition exceptions.hpp:49
@ TF2_EXTRAPOLATION_ERROR
Definition exceptions.hpp:52
@ TF2_INVALID_ARGUMENT_ERROR
Definition exceptions.hpp:53
@ TF2_TIMEOUT_ERROR
Definition exceptions.hpp:54
@ TF2_LOOKUP_ERROR
Definition exceptions.hpp:50
@ TF2_BACKWARD_EXTRAPOLATION_ERROR
Definition exceptions.hpp:56
@ TF2_TRANSFORM_ERROR
Definition exceptions.hpp:55
@ TF2_NO_DATA_FOR_EXTRAPOLATION_ERROR
Definition exceptions.hpp:58
@ TF2_FORWARD_EXTRAPOLATION_ERROR
Definition exceptions.hpp:57
@ TF2_CONNECTIVITY_ERROR
Definition exceptions.hpp:51
#define TF2_PUBLIC
Definition visibility_control.h:57