Package xode :: Module errors :: Class MissingElementError
[show private | hide private]
[frames | no frames]

Class MissingElementError

Exception --+    
            |    
 InvalidError --+
                |
               MissingElementError


Raised when a child element is missing.
Method Summary
  __init__(self, parent, child)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

Instance Variable Summary
str child: The missing child element.
str parent: The parent element.

Instance Variable Details

child

The missing child element.
Type:
str

parent

The parent element.
Type:
str

Generated by Epydoc 2.1 on Sun Feb 4 17:54:12 2007 http://epydoc.sf.net