Package genshi :: Package template :: Module base :: Class TemplateRuntimeError

Class TemplateRuntimeError



exceptions.Exception --+    
                       |    
           TemplateError --+
                           |
                          TemplateRuntimeError
Known Subclasses:
eval.UndefinedError

Exception raised when an the evaluation of a Python expression in a template causes an error.

Instance Methods

Inherited from TemplateError: __init__

Inherited from exceptions.Exception: __getitem__, __str__

Instance Variables

Inherited from TemplateError: filename, lineno, msg, offset