OpenQuizz
Une application de gestion des contenus pédagogiques
TemplateAssertionError Class Reference
Inheritance diagram for TemplateAssertionError:
Collaboration diagram for TemplateAssertionError:

Additional Inherited Members

- Public Member Functions inherited from TemplateSyntaxError
def __init__ (self, message, lineno, name=None, filename=None)
 
def __str__ (self)
 
def __reduce__ (self)
 
- Public Member Functions inherited from TemplateError
def __init__ (self, message=None)
 
def message (self)
 
def __unicode__ (self)
 
def __init__ (self, message=None)
 
def message (self)
 
- Data Fields inherited from TemplateSyntaxError
 lineno
 
 name
 
 filename
 
 source
 
 translated
 

Detailed Description

Like a template syntax error, but covers cases where something in the
template caused an error at compile time that wasn't necessarily caused
by a syntax error.  However it's a direct subclass of
:exc:`TemplateSyntaxError` and has the same attributes.

The documentation for this class was generated from the following file: