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

Class DuplicateSectionError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          DuplicateSectionError

Raised when a section is multiply-created.

Instance Methods [hide private]
  __init__(self, section)

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, section)
(Constructor)

source code 
Overrides: Error.__init__