Class ObjectNameInvalidError

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class ObjectNameInvalidError : public std::runtime_error

Error when an object name is invalid.

Subclassed by email::ServiceNameInvalidError, email::TopicNameInvalidError

Protected Functions

inline explicit ObjectNameInvalidError(const std::string &object_type_name, const std::string &object_name, const std::string &reason)