#include <stdexcept>#include <string>

Go to the source code of this file.
Classes | |
| class | pluginlib::ClassLoaderException |
| Thrown when pluginlib is unable to instantiate a class loader. More... | |
| class | pluginlib::CreateClassException |
| Thrown when pluginlib is unable to create the class associated with a given plugin. More... | |
| class | pluginlib::InvalidXMLException |
| Thrown when pluginlib is unable to load a plugin XML file. More... | |
| class | pluginlib::LibraryLoadException |
| Thrown when pluginlib is unable to load the library associated with a given plugin. More... | |
| class | pluginlib::LibraryUnloadException |
| Thrown when pluginlib is unable to unload the library associated with a given plugin. More... | |
| class | pluginlib::PluginlibException |
| A base class for all pluginlib exceptions that inherits from std::runtime_exception. More... | |
Namespaces | |
| pluginlib | |