class_loader  master
The class_loader package is a ROS-independent package for loading plugins during runtime.
Public Member Functions | List of all members
class_loader::CreateClassException Class Reference

An exception class thrown when class_loader is unable to create a plugin. More...

#include <exceptions.hpp>

Inheritance diagram for class_loader::CreateClassException:
Inheritance graph
[legend]
Collaboration diagram for class_loader::CreateClassException:
Collaboration graph
[legend]

Public Member Functions

 CreateClassException (const std::string &error_desc)
 
- Public Member Functions inherited from class_loader::ClassLoaderException
 ClassLoaderException (const std::string &error_desc)
 
- Public Member Functions inherited from std::runtime_error
runtime_error (T... args)
 
what (T... args)
 

Detailed Description

An exception class thrown when class_loader is unable to create a plugin.

Constructor & Destructor Documentation

◆ CreateClassException()

class_loader::CreateClassException::CreateClassException ( const std::string error_desc)
inlineexplicit

The documentation for this class was generated from the following file: