Robot Framework
robot.errors.RobotError Class Reference

Base class for Robot Framework errors. More...

Inheritance diagram for robot.errors.RobotError:
Exception robot.errors.DataError robot.errors.ExecutionStatus robot.errors.FrameworkError robot.errors.Information robot.errors.RemoteError robot.errors.TimeoutError robot.errors.KeywordError robot.errors.VariableError robot.errors.ExecutionFailed robot.errors.ExecutionPassed robot.errors.ExecutionFailures robot.errors.HandlerExecutionFailed robot.errors.BreakLoop robot.errors.ContinueLoop robot.errors.PassExecution robot.errors.ReturnFromKeyword 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 34 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ message()

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

Definition at line 43 of file errors.py.

Member Data Documentation

◆ details

robot.errors.RobotError.details

Definition at line 38 of file errors.py.

Property Documentation

◆ message

robot.errors.RobotError.message = property
static

Definition at line 41 of file errors.py.


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