Robot Framework
robot.api.exceptions.ContinuableFailure Class Reference

Report failed validation but allow continuing execution. More...

Inheritance diagram for robot.api.exceptions.ContinuableFailure:
robot.api.exceptions.Failure AssertionError

Static Public Attributes

bool ROBOT_CONTINUE_ON_FAILURE = True
 
- Static Public Attributes inherited from robot.api.exceptions.Failure
bool ROBOT_SUPPRESS_NAME = True
 

Additional Inherited Members

- Public Member Functions inherited from robot.api.exceptions.Failure
def __init__ (self, message, html=False)
 :param message: Exception message. More...
 

Detailed Description

Report failed validation but allow continuing execution.

Definition at line 43 of file exceptions.py.

Member Data Documentation

◆ ROBOT_CONTINUE_ON_FAILURE

bool robot.api.exceptions.ContinuableFailure.ROBOT_CONTINUE_ON_FAILURE = True
static

Definition at line 44 of file exceptions.py.


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