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

Class InterpolationMissingOptionError
source code

exceptions.Exception --+        
                       |        
                   Error --+    
                           |    
          InterpolationError --+
                               |
                              InterpolationMissingOptionError

A string substitution required a setting which was not available.

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

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, option, section, rawval, reference)
(Constructor)

source code 
Overrides: InterpolationError.__init__