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

Class InterpolationSyntaxError
source code

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

Raised when the source text into which substitutions are made does not conform to the required syntax.

Instance Methods [hide private]

Inherited from InterpolationError: __init__

Inherited from Error: __repr__, __str__

Inherited from exceptions.Exception: __getitem__