Robot Framework
robot.errors.TimeoutError Class Reference

Used when a test or keyword timeout occurs. More...

Inheritance diagram for robot.errors.TimeoutError:
robot.errors.RobotError Exception

Public Member Functions

def __init__ (self, message='', test_timeout=True)
 

Public Attributes

 test_timeout
 
- Public Attributes inherited from robot.errors.RobotError
 details
 

Properties

 keyword_timeout = property
 
- Properties inherited from robot.errors.RobotError
 message = property
 

Private Member Functions

def keyword_timeout (self)
 

Detailed Description

Used when a test or keyword timeout occurs.

This exception is handled specially so that execution of the
current test is always stopped immediately and it is not caught by
keywords executing other keywords (e.g. `Run Keyword And Expect Error`).

Definition at line 93 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.errors.TimeoutError.__init__ (   self,
  message = '',
  test_timeout = True 
)

Reimplemented from robot.errors.RobotError.

Definition at line 95 of file errors.py.

Member Function Documentation

◆ keyword_timeout()

def robot.errors.TimeoutError.keyword_timeout (   self)
private

Definition at line 102 of file errors.py.

Member Data Documentation

◆ test_timeout

robot.errors.TimeoutError.test_timeout

Definition at line 97 of file errors.py.

Property Documentation

◆ keyword_timeout

robot.errors.TimeoutError.keyword_timeout = property
static

Definition at line 100 of file errors.py.


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