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

Class ParsingError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          ParsingError
Known Subclasses:
MissingSectionHeaderError

Raised when a configuration file does not follow legal syntax.

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

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, filename)
(Constructor)

source code 
Overrides: Error.__init__

append(self, lineno, line)

source code