Class TransformException

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class TransformException : public std::runtime_error

A base class for all tf2 exceptions This inherits from ros::exception which inherits from std::runtime_exception.

Subclassed by tf2::ConnectivityException, tf2::ExtrapolationException, tf2::InvalidArgumentException, tf2::LookupException, tf2::TimeoutException

Public Functions

inline explicit TransformException(const std::string errorDescription)