| Home | Trees | Index | Help |
|
|---|
| Package lemon :: Package db :: Module errors :: Class DBError |
|
Exception --+
|
DBError
Error Class for the DB Module. Use as follows:
try:
raise DBError(ERROR_PASSWORD)
except SessionError, e:
print 'DB exception occurred, value:', e.value
| Method Summary | |
|---|---|
__init__(self,
value)
| |
__str__(self)
| |
| Inherited from Exception | |
| |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Mon Nov 10 15:08:08 2003 | http://epydoc.sf.net |