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

Class InvalidPropertyValueError

Exception --+    
            |    
PropertyError --+
                |
               InvalidPropertyValueError


You tried to set an invalid value for the property.
Method Summary
  __init__(self, property, value)
  __getitem__(...)
(inherited from Exception)
  __str__(...)
(inherited from Exception)

Method Details

__init__(self, property, value)
(Constructor)

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

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