#include <stdexcept>
Go to the source code of this file.
Classes | |
class | pluginlib::CreateClassException |
An exception class thrown when pluginlib is unable to create the class associated with a given plugin. More... | |
class | pluginlib::LibraryLoadException |
An exception class thrown when pluginlib is unable to load the library associated with a given plugin. More... | |
class | pluginlib::LibraryUnloadException |
An exception class 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 | |
namespace | pluginlib |