Package lemon :: Package html :: Package template :: Class TemplateError
[show private | hide private]
[frames | no frames]

Class TemplateError

Exception --+
            |
           TemplateError


Error Class for the html.template Module. Use as follows:

try:
    raise TemplateError(ERROR_PASSWORD)
except SessionError, e:
    print 'Template exception occurred, value:', e.value

Method Summary
  __init__(self, value)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

Generated by Epydoc 2.0 on Mon Nov 10 15:08:30 2003 http://epydoc.sf.net