An exception class thrown when image_transport is unable to load a requested transport. More...
#include <exception.h>
Public Member Functions | |
std::string | getTransport () const |
TransportLoadException (const std::string &transport, const std::string &message) | |
Protected Attributes | |
const char * | transport_ |
An exception class thrown when image_transport is unable to load a requested transport.
Definition at line 54 of file exception.h.
image_transport::TransportLoadException::TransportLoadException | ( | const std::string & | transport, |
const std::string & | message | ||
) | [inline] |
Definition at line 57 of file exception.h.
std::string image_transport::TransportLoadException::getTransport | ( | ) | const [inline] |
Definition at line 63 of file exception.h.
const char* image_transport::TransportLoadException::transport_ [protected] |
Definition at line 66 of file exception.h.