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

Class Error
source code

exceptions.Exception --+
                       |
                      Error
Known Subclasses:
DuplicateSectionError, InterpolationError, ParsingError, NoOptionError, NoSectionError

Base class for ConfigParser exceptions.

Instance Methods [hide private]
  __init__(self, msg='')
  __repr__(self)
  __str__(self)

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, msg='')
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__repr__(self)
(Representation operator)

source code 

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__