Class TransportLoadException
Defined in File exception.hpp
Inheritance Relationships
Base Type
public image_transport::Exception
(Class Exception)
Class Documentation
-
class TransportLoadException : public image_transport::Exception
An exception class thrown when image_transport is unable to load a requested transport.
Public Functions
-
inline TransportLoadException(const std::string &transport, const std::string &message)
-
inline std::string getTransport() const
Protected Attributes
-
const char *transport_
-
inline TransportLoadException(const std::string &transport, const std::string &message)