class_loader
master
The class_loader package is a ROS-independent package for loading plugins during runtime.
|
Go to the documentation of this file.
32 #ifndef CLASS_LOADER__EXCEPTIONS_HPP_
33 #define CLASS_LOADER__EXCEPTIONS_HPP_
105 #endif // CLASS_LOADER__EXCEPTIONS_HPP_
Definition: exceptions.hpp:47
LibraryLoadException(const std::string &error_desc)
Definition: exceptions.hpp:62
An exception class thrown when class_loader is unable to load a runtime library.
Definition: exceptions.hpp:59
Definition: class_loader.hpp:59
ClassLoaderException(const std::string &error_desc)
Definition: exceptions.hpp:50
NoClassLoaderExistsException(const std::string &error_desc)
Definition: exceptions.hpp:99
CreateClassException(const std::string &error_desc)
Definition: exceptions.hpp:86
LibraryUnloadException(const std::string &error_desc)
Definition: exceptions.hpp:74
An exception class thrown when a multilibrary class loader does not have a ClassLoader bound to it.
Definition: exceptions.hpp:96
An exception class thrown when class_loader is unable to unload a runtime library.
Definition: exceptions.hpp:71
An exception class thrown when class_loader is unable to create a plugin.
Definition: exceptions.hpp:83