arjuna.core.error module¶
- exception arjuna.core.error.ArjunaException(message, scrreenshots_path=None, child=None)¶
Bases:
Exception- contains_screenshot()¶
- get_child_Exceptions()¶
- get_screenshot_path()¶
- set_screenshot_path(path)¶
- exception arjuna.core.error.ArjunaTimeoutError(context, message)¶
- exception arjuna.core.error.ChildFrameNotFoundError(*locators)¶
Bases:
arjuna.core.error._WidgetNotFoundError
- exception arjuna.core.error.ChildWindowNotFoundError(*locators)¶
Bases:
arjuna.core.error._WidgetNotFoundError
- exception arjuna.core.error.DataSourceFinished(msg=None)¶
Bases:
StopIteration
- exception arjuna.core.error.DirReaderFinishedException¶
Bases:
Exception
- exception arjuna.core.error.EmailBoxNotConnected(server, mailbox, msg)¶
- exception arjuna.core.error.EmailNotReceived(server, mailbox, msg, **kwargs)¶
- exception arjuna.core.error.GuiWidgetNotFoundError(*locators, container=None, relations=None, filters=None, message=None)¶
Bases:
arjuna.core.error._WidgetNotFoundError
- exception arjuna.core.error.GuiWidgetNotReadyError(message)¶
- exception arjuna.core.error.GuiWidgetTextNotSetError(message)¶
- exception arjuna.core.error.IncompatibleInputForValueException(value, actual, value_type)¶
Bases:
Exception
- exception arjuna.core.error.InvalidSelectionRule¶
Bases:
Exception
- exception arjuna.core.error.NoInclusionRuleMet¶
Bases:
Exception
- exception arjuna.core.error.Problem(text, screenshot_path, exc, component=None, object_name=None, method_name=None, code=None)¶
Bases:
arjuna.core.error.ArjunaException- get_problem_code()¶
- get_problem_component()¶
- get_problem_method()¶
- get_problem_object()¶
- get_problem_text()¶
- exception arjuna.core.error.RulePatternDoesNotMatchError(rule_str, pattern_class, expected_format)¶
Bases:
Exception
- exception arjuna.core.error.StringKeyValueContainerLookupException(key)¶
Bases:
Exception
- exception arjuna.core.error.TestGroupsFinished¶
Bases:
Exception
- exception arjuna.core.error.UnsupportedRepresentationException(klass_user_friendly_name, method, str_source_value, target_value_type)¶
Bases:
Exception
- exception arjuna.core.error.WaitableError(message)¶
Bases:
Exception
- exception arjuna.core.error.YamlError(msg)¶
Bases:
ExceptionRaised when there is an eror in Yaml structure or there is an error in its expected format in the context where it is used in Arjuna.
- exception arjuna.core.error.YamlListIndexError(msg)¶
Bases:
ExceptionRaised when the YamlList does not have the provided index.
- exception arjuna.core.error.YamlUndefinedSectionError(msg)¶
Bases:
ExceptionRaised when the YamlList does not have the provided section key.
- arjuna.core.error.format_msg(msg)¶
- arjuna.core.error.message_formatter(text, component=None, object_name=None, method_name=None, code=None)¶