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

Class MissingPropertyError

Exception --+    
            |    
PropertyError --+
                |
               MissingPropertyError


A mandatory property is missing.
Method Summary
  __init__(self, propertyName, compName, lineStart, lineEnd)
  __getitem__(...)
(inherited from Exception)
  __str__(...)
(inherited from Exception)

Method Details

__init__(self, propertyName, compName, lineStart, lineEnd)
(Constructor)

Parameters:
propertyName - A string describing what property is missing.
           (type=string)
compName - A string describing in what component this error occured.
           (type=string)

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