Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.errors.HandlerExecutionFailed Class Reference
Inheritance diagram for robotide.lib.robot.errors.HandlerExecutionFailed:
robotide.lib.robot.errors.ExecutionFailed robotide.lib.robot.errors.ExecutionStatus robotide.lib.robot.errors.RobotError Exception

Public Member Functions

def __init__ (self, details)
 
- Public Member Functions inherited from robotide.lib.robot.errors.ExecutionStatus
def __init__ (self, message, test_timeout=False, keyword_timeout=False, syntax=False, exit=False, continue_on_failure=False, return_value=None)
 
def can_continue (self, teardown=False, templated=False, dry_run=False)
 
def get_errors (self)
 
- Public Member Functions inherited from robotide.lib.robot.errors.RobotError
def __init__ (self, message='', details='')
 

Public Attributes

 full_message
 
 traceback
 
- Public Attributes inherited from robotide.lib.robot.errors.ExecutionStatus
 exit
 
 keyword_timeout
 
 return_value
 
 syntax
 
 test_timeout
 
- Public Attributes inherited from robotide.lib.robot.errors.RobotError
 details
 

Private Member Functions

def _get (self, error, attr)
 

Additional Inherited Members

- Properties inherited from robotide.lib.robot.errors.ExecutionStatus
 continue_on_failure = property
 
 dont_continue = property
 
 status = property
 
 timeout = property
 
- Properties inherited from robotide.lib.robot.errors.RobotError
 message = property
 

Detailed Description

Definition at line 180 of file errors.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.errors.HandlerExecutionFailed.__init__ (   self,
  details 
)

Definition at line 182 of file errors.py.

Member Function Documentation

◆ _get()

def robotide.lib.robot.errors.HandlerExecutionFailed._get (   self,
  error,
  attr 
)
private

Definition at line 197 of file errors.py.

Member Data Documentation

◆ full_message

robotide.lib.robot.errors.HandlerExecutionFailed.full_message

Definition at line 194 of file errors.py.

◆ traceback

robotide.lib.robot.errors.HandlerExecutionFailed.traceback

Definition at line 195 of file errors.py.


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