[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- exceptions.Exception:
Common base class for all exceptions.
- exceptions.StandardError:
Base class for all standard Python exceptions.
- exceptions.ValueError:
Inappropriate argument value (of correct type).
- genshi.template.base.TemplateError:
Base exception class for errors related to template processing.
- genshi.path.PathSyntaxError:
Exception raised when an XPath expression is syntactically incorrect.
- genshi.input.ParseError:
Exception raised when fatal syntax errors are found in the input being
parsed.
- markupbase.ParserBase:
Parser base class which provides some common support methods used
by the SGML/HTML and XHTML parsers.
- HTMLParser.HTMLParser:
Find tags and other markup and call handler functions.
- object:
The most base type