Viewing file: configobj.ConfigObjError-class.html (11.29 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
configobj.ConfigObjError
Class ConfigObjErrorsource code
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
exceptions.StandardError --+
|
exceptions.SyntaxError --+
|
ConfigObjError
- Known Subclasses:
-
This is the base class for all errors that ConfigObj raises. It is a
subclass of SyntaxError.
|
__init__(self,
message='
' ,
line_number=None,
line='
' )
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
Inherited from exceptions.SyntaxError :
__new__ ,
__str__
Inherited from exceptions.BaseException :
__delattr__ ,
__getattribute__ ,
__getitem__ ,
__getslice__ ,
__reduce__ ,
__repr__ ,
__setattr__ ,
__setstate__
Inherited from object :
__hash__ ,
__reduce_ex__
|
Inherited from exceptions.SyntaxError :
filename ,
lineno ,
message ,
msg ,
offset ,
print_file_and_line ,
text
Inherited from exceptions.BaseException :
args
Inherited from object :
__class__
|
__init__(self,
message='
' ,
line_number=None,
line='
' )
(Constructor)
| source code
|
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
- Overrides:
object.__init__
- (inherited documentation)
|
|