Module ConfigParser :: Class InterpolationSyntaxError
[hide private]
[frames] | no frames]

type InterpolationSyntaxError

              object --+                
                       |                
exceptions.BaseException --+            
                           |            
        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: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __setattr__, __setstate__

Properties [hide private]

Inherited from exceptions.BaseException: args, message