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

Class InvalidComponentError

 Exception --+    
             |    
ComponentError --+
                 |
                InvalidComponentError


A component has been placed where it's not allowed to be.
Method Summary
  __init__(self, compName, lineNumber)
  __getitem__(...)
(inherited from Exception)
  __str__(...)
(inherited from Exception)

Method Details

__init__(self, compName, lineNumber)
(Constructor)

Parameters:
compName - A string describing in what component this error occured.
           (type=string)
lineNumber - On what line number the problem occured. This value can be fetched from a pdi.core.ParseError.
           (type=number)

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