LoveBrains
1.0.0
|
Define the exception used by the PluginManager class. More...
#include <plugin_exception.h>
Public Member Functions | |
PluginException (const char *message) throw () | |
Constructor. More... | |
virtual | ~PluginException (void) throw () |
Destructor. | |
const char * | what (void) const throw () |
Return the error message. More... | |
Define the exception used by the PluginManager class.
Plugin::PluginException::PluginException | ( | const char * | message | ) | |
throw | ( | ||||
) |
Constructor.
message | : Contains the error message. |
const char * Plugin::PluginException::what | ( | void | ) | const | |
throw | ( | ||||
) |
Return the error message.