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

Class PropertyValueError

Exception --+    
            |    
PropertyError --+
                |
               PropertyValueError


The value of the property is malformed or of unknown type. Either way, the value is invalid.
Method Summary
  __init__(self, property)
  __getitem__(...)
(inherited from Exception)
  __str__(...)
(inherited from Exception)

Method Details

__init__(self, property)
(Constructor)

Parameters:
property - The property that raised this exception.
           (type=pdi.core.Property)

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