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

Base class for Robot Framework errors. More...

Inheritance diagram for robotide.lib.robot.errors.RobotError:
Exception robotide.lib.robot.errors.DataError robotide.lib.robot.errors.ExecutionStatus robotide.lib.robot.errors.FrameworkError robotide.lib.robot.errors.Information robotide.lib.robot.errors.RemoteError robotide.lib.robot.errors.TimeoutError robotide.lib.robot.errors.KeywordError robotide.lib.robot.errors.VariableError robotide.lib.robot.parsing.populators.NoTestsFound robotide.lib.robot.errors.ExecutionFailed robotide.lib.robot.errors.ExecutionPassed robotide.lib.robot.errors.ExecutionFailures robotide.lib.robot.errors.HandlerExecutionFailed robotide.lib.robot.errors.ContinueForLoop robotide.lib.robot.errors.ExitForLoop robotide.lib.robot.errors.PassExecution robotide.lib.robot.errors.ReturnFromKeyword robotide.lib.robot.errors.UserKeywordExecutionFailed

Public Member Functions

def __init__ (self, message='', details='')
 

Public Attributes

 details
 

Properties

 message = property
 

Private Member Functions

def message (self)
 

Detailed Description

Base class for Robot Framework errors.

Do not raise this method but use more specific errors instead.

Definition at line 40 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.errors.RobotError.__init__ (   self,
  message = '',
  details = '' 
)

Member Function Documentation

◆ message()

def robotide.lib.robot.errors.RobotError.message (   self)
private

Definition at line 49 of file errors.py.

Member Data Documentation

◆ details

robotide.lib.robot.errors.RobotError.details

Definition at line 44 of file errors.py.

Property Documentation

◆ message

robotide.lib.robot.errors.RobotError.message = property
static

Definition at line 47 of file errors.py.


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