53 explicit Exception(
const std::string& message) :
std::runtime_error(message)
63 :
Exception(
"Unable to load plugin for transport '" + transport +
"', error string:\n" + message),
64 transport_(transport.c_str())
Exception(const std::string &message)
std::string getTransport() const
A base class for all point_cloud_transport exceptions inheriting from std::runtime_error.
An exception class thrown when point_cloud_transport is unable to load a requested transport...
TransportLoadException(const std::string &transport, const std::string &message)