Class e.c.c.ComponentError(Exception):

Part of elisa.core.component View In Hierarchy

Known subclasses: elisa.core.component.InitializeFailure, elisa.core.component.UnsupportedPlatform, elisa.core.plugin_registry.ComponentNotFound, elisa.core.plugin_registry.InvalidComponentPath

Generic exception raised when Component related error happens. Specialized exceptions inherit from it.
Instance Variablescomponent_namethe name of the Component which issued the error (type: string )
error_messagehuman (or developer) readable explanation of the error (type: string )
Line # Kind Name Docs
37 Method __init__ Undocumented
42 Method __str__ Undocumented
def __init__(self, component_name, error_message=None):
Undocumented
def __str__(self):
Undocumented
API Documentation for Elisa Media Center, generated by pydoctor at 2009-02-16 19:15:05.