fawkes::PluginUnloadException Class Reference
This exception is thrown if the requested plugin could not be unloaded. More...
#include <plugin/loader.h>
Inheritance diagram for fawkes::PluginUnloadException:

Public Member Functions | |
| PluginUnloadException (const char *plugin_type, const char *add_msg=NULL) | |
| Constructor. | |
Detailed Description
This exception is thrown if the requested plugin could not be unloaded.Definition at line 48 of file loader.h.
Constructor & Destructor Documentation
| fawkes::PluginUnloadException::PluginUnloadException | ( | const char * | plugin_name, | |
| const char * | add_msg = NULL | |||
| ) |
Constructor.
- Parameters:
-
plugin_name name of the plugin add_msg additional message, reason for problem
Definition at line 85 of file loader.cpp.
References fawkes::Exception::append().
The documentation for this class was generated from the following files:
- src/libs/plugin/loader.h
- src/libs/plugin/loader.cpp

