Module implementing the exceptions raised by the plugin system.
None |
PluginActivationError | Class defining an error raised, when there was an error during plugin activation. |
PluginClassFormatError | Class defining an error raised, when the plugin module's class is invalid. |
PluginError | Class defining a special error for the plugin classes. |
PluginLoadError | Class defining an error raised, when there was an error during plugin loading. |
PluginModuleFormatError | Class defining an error raised, when the plugin module is invalid. |
PluginModulesError | Class defining an error raised, when no plugin modules were found. |
PluginPathError | Class defining an error raised, when the plugin paths were not found and could not be created. |
None |
Class defining an error raised, when there was an error during plugin activation.
None |
PluginActivationError | Constructor |
Constructor
Class defining an error raised, when the plugin module's class is invalid.
None |
PluginClassFormatError | Constructor |
Constructor
Class defining a special error for the plugin classes.
None |
PluginError | Constructor |
__repr__ | Private method returning a representation of the exception. |
__str__ | Private method returning a string representation of the exception. |
Constructor
Private method returning a representation of the exception.
Private method returning a string representation of the exception.
Class defining an error raised, when there was an error during plugin loading.
None |
PluginLoadError | Constructor |
Constructor
Class defining an error raised, when the plugin module is invalid.
None |
PluginModuleFormatError | Constructor |
Constructor
Class defining an error raised, when no plugin modules were found.
None |
PluginModulesError | Constructor |
Constructor
Class defining an error raised, when the plugin paths were not found and could not be created.
None |
PluginPathError | Constructor |
Constructor