Robot Framework Integrated Development Environment (RIDE)
robotide.preferences.configobj.NestingError Class Reference

This error indicates a level of nesting that doesn't match. More...

Inheritance diagram for robotide.preferences.configobj.NestingError:
robotide.preferences.configobj.ConfigObjError SyntaxError

Additional Inherited Members

- Public Member Functions inherited from robotide.preferences.configobj.ConfigObjError
def __init__ (self, message='', line_number=None, line='')
 
- Public Attributes inherited from robotide.preferences.configobj.ConfigObjError
 line
 
 line_number
 

Detailed Description

This error indicates a level of nesting that doesn't match.

This error indicates that a line is badly written. It is neither a valid key = value line, nor a valid section marker line.

Definition at line 223 of file configobj.py.


The documentation for this class was generated from the following file: