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

This is the base class for all errors that ConfigObj raises. More...

Inheritance diagram for robotide.preferences.configobj.ConfigObjError:
SyntaxError robotide.preferences.configobj.ConfigspecError robotide.preferences.configobj.DuplicateError robotide.preferences.configobj.InterpolationError robotide.preferences.configobj.NestingError robotide.preferences.configobj.ParseError robotide.preferences.configobj.RepeatSectionError robotide.preferences.configobj.UnreprError robotide.preferences.configobj.InterpolationLoopError robotide.preferences.configobj.MissingInterpolationOption

Public Member Functions

def __init__ (self, message='', line_number=None, line='')
 

Public Attributes

 line
 
 line_number
 

Detailed Description

This is the base class for all errors that ConfigObj raises.

It is a subclass of SyntaxError.

Definition at line 213 of file configobj.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.preferences.configobj.ConfigObjError.__init__ (   self,
  message = '',
  line_number = None,
  line = '' 
)

Definition at line 214 of file configobj.py.

Member Data Documentation

◆ line

robotide.preferences.configobj.ConfigObjError.line

Definition at line 215 of file configobj.py.

◆ line_number

robotide.preferences.configobj.ConfigObjError.line_number

Definition at line 216 of file configobj.py.


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