Home | Trees | Indices | Help |
|
---|
|
object --+ | exceptions.BaseException --+ | exceptions.Exception --+ | Error --+ | NameValueFileError --+ | NameValueFileParseError
Indicates a poorly formatted NAME=VALUE files.
Instance Methods | |||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Stores the file and line that generated the parse error. The file object (nvf) and the contents of the poorly formed line (badline) are stored within the exception, so we can print an error message with useful debugging information to the user.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Apr 4 15:33:22 2008 | http://epydoc.sourceforge.net |