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

Class NoSectionError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          NoSectionError

Raised when no section matches a requested option.

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__