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

Class InterpolationDepthError
source code

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

Raised when substitutions are nested too deeply.

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

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

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

source code 
Overrides: InterpolationError.__init__