Package dics :: Module ConfigParserRT :: Class MissingSectionHeaderError
[hide private]
[frames] | no frames]

Class MissingSectionHeaderError
source code

exceptions.Exception --+        
                       |        
                   Error --+    
                           |    
                ParsingError --+
                               |
                              MissingSectionHeaderError

Raised when a key-value pair is found before any section header.

Instance Methods [hide private]
  __init__(self, filename, lineno, line)

Inherited from ParsingError: append

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, filename, lineno, line)
(Constructor)

source code 
Overrides: ParsingError.__init__