Package pdi :: Module core :: Class PropertyError
[show private | hide private]
[frames | no frames]

Class PropertyError

Exception --+
            |
           PropertyError

Known Subclasses:
PropertyValueError, InvalidPropertyValueError, MissingPropertyError, InvalidPropertyError

All property related errrors should inherit from this class.
Method Summary
  __init__(self, message)
  __getitem__(...)
(inherited from Exception)
  __str__(...)
(inherited from Exception)

Method Details

__init__(self, message)
(Constructor)

Parameters:
message - A brief message describing what went wrong.
           (type=string)

Generated by Epydoc 1.1 on Sun Nov 24 14:33:25 2002 http://epydoc.sf.net