Robot Framework
robot.errors.KeywordError Class Reference

Used when no keyword is found or there is more than one match. More...

Inheritance diagram for robot.errors.KeywordError:
robot.errors.DataError robot.errors.RobotError Exception

Public Member Functions

def __init__ (self, message='', details='')
 
- Public Member Functions inherited from robot.errors.DataError
def __init__ (self, message='', details='', syntax=False)
 

Additional Inherited Members

- Public Attributes inherited from robot.errors.DataError
 syntax
 
- Public Attributes inherited from robot.errors.RobotError
 details
 
- Properties inherited from robot.errors.RobotError
 message = property
 

Detailed Description

Used when no keyword is found or there is more than one match.

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

Definition at line 82 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robot.errors.RobotError.

Definition at line 83 of file errors.py.


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