Package lemon :: Package session :: Class SessionError
[show private | hide private]
[frames | no frames]

Class SessionError

Exception --+
            |
           SessionError


Error Class for the Session Module. Use as follows:

try:
    raise SessionError(ERROR_PASSWORD)
except SessionError, e:
    print 'Session 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:07:56 2003 http://epydoc.sf.net