Class Exception

Inheritance Relationships

Base Type

  • public std::exception

Derived Type

Class Documentation

class Exception : public std::exception

Subclassed by rmw_cyclonedds_cpp::DeserializationException

Public Functions

virtual ~Exception()
virtual const char *what() const

Protected Functions

explicit Exception(const char *const &message)
Exception(const Exception &ex)
Exception &operator=(const Exception &ex)

Protected Attributes

std::string m_message