Class CommandNotAvailableException

Inheritance Relationships

Base Type

  • public std::runtime_error

Class Documentation

class CommandNotAvailableException : public std::runtime_error

Exception thrown when a required command (e.g., ros2 CLI) is not available.

Public Functions

inline explicit CommandNotAvailableException(const std::string &command)
inline const std::string &command() const noexcept