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

Class MissingComponentError

 Exception --+    
             |    
ComponentError --+
                 |
                MissingComponentError


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

Method Details

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

Parameters:
compName - A string describing in what component this error occured.
           (type=string)
lineStart - The component that raised this exception starts on this line number.
lineEnd - The component that raised this exception ends on this line number.

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