Class Exception

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Type

Class Documentation

class Exception : public std::runtime_error

A base class for all image_transport exceptions inheriting from std::runtime_error.

Subclassed by image_transport::TransportLoadException

Public Functions

inline explicit Exception(const std::string &message)