11 #ifndef PLUGIN_EXCEPTION_H_
12 # define PLUGIN_EXCEPTION_H_
43 const char *
what(
void)
const throw();
const char * what(void) const
Return the error message.
Definition: plugin_exception.cc:30
virtual ~PluginException(void)
Destructor.
Definition: plugin_exception.cc:23
PluginException(const char *message)
Constructor.
Definition: plugin_exception.cc:18
Contains all the objects and the interfaces of the plugin management.
Define the exception used by the PluginManager class.
Definition: plugin_exception.h:22