Class TransportLoadException
Defined in File exception.hpp
Inheritance Relationships
Base Type
public point_cloud_transport::Exception
(Class Exception)
Class Documentation
-
class TransportLoadException : public point_cloud_transport::Exception
An exception class thrown when point_cloud_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)