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

Class NoOptionError
source code

exceptions.Exception --+    
                       |    
                   Error --+
                           |
                          NoOptionError

A requested option was not found.

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

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, option, section)
(Constructor)

source code 
Overrides: Error.__init__