33#ifndef TF2__EXCEPTIONS_HPP_
34#define TF2__EXCEPTIONS_HPP_
70 : std::runtime_error(errorDescription)
An exception class to notify of no connection.
Definition exceptions.hpp:82
ConnectivityException(const std::string errorDescription)
Definition exceptions.hpp:85
An exception class to notify that one of the arguments is invalid.
Definition exceptions.hpp:168
InvalidArgumentException(const std::string errorDescription)
Definition exceptions.hpp:171
An exception class to notify of bad frame number.
Definition exceptions.hpp:101
LookupException(const std::string errorDescription)
Definition exceptions.hpp:104
An exception class to notify that a timeout has occured.
Definition exceptions.hpp:180
TimeoutException(const std::string errorDescription)
Definition exceptions.hpp:183
Definition buffer_core.hpp:58
TF2Error
Definition exceptions.hpp:46
@ TF2_EXTRAPOLATION_ERROR
@ TF2_INVALID_ARGUMENT_ERROR
@ TF2_BACKWARD_EXTRAPOLATION_ERROR
@ TF2_NO_DATA_FOR_EXTRAPOLATION_ERROR
@ TF2_FORWARD_EXTRAPOLATION_ERROR
#define TF2_PUBLIC
Definition visibility_control.h:57