Home | Trees | Index | Help |
|
---|
Package lemon :: Class LemonError |
|
Exception
--+
|
LemonError
Raised when a general Error in a lemon module occurs Attributes: message -- explanation of what the specific error is. Useage: raise LemonError('There was an error') try: ... except LemonError, e: print e.message
Method Summary | |
---|---|
__init__(self,
message)
| |
__str__(self)
| |
Inherited from Exception | |
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:16 2003 | http://epydoc.sf.net |