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

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
  __getitem__(...)

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