Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.errors.DataError Class Reference

Used when variable does not exist. More...

Inheritance diagram for robotide.lib.robot.errors.DataError:
robotide.lib.robot.errors.RobotError Exception robotide.lib.robot.errors.KeywordError robotide.lib.robot.errors.VariableError robotide.lib.robot.parsing.populators.NoTestsFound

Additional Inherited Members

- Public Member Functions inherited from robotide.lib.robot.errors.RobotError
def __init__ (self, message='', details='')
 
- Public Attributes inherited from robotide.lib.robot.errors.RobotError
 details
 
- Properties inherited from robotide.lib.robot.errors.RobotError
 message = property
 

Detailed Description

Used when variable does not exist.

VariableErrors are caught by keywords that run other keywords
(e.g. `Run Keyword And Expect Error`).

Definition at line 67 of file errors.py.


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