Robot Framework Integrated Development Environment (RIDE)
robotide.contrib.testrunner.TestRunnerAgent.DecodeError Class Reference

This exception is raised when there is a problem decoding an object, such as a security violation. More...

Inheritance diagram for robotide.contrib.testrunner.TestRunnerAgent.DecodeError:
robotide.contrib.testrunner.TestRunnerAgent.StreamError Exception

Static Public Attributes

tuple wrapped_exceptions = (pickle.UnpicklingError,)
 

Detailed Description

This exception is raised when there is a problem decoding an object, such as a security violation.

Note that other exceptions may also be raised during decoding, including AttributeError, EOFError, ImportError, and IndexError.

Definition at line 391 of file TestRunnerAgent.py.

Member Data Documentation

◆ wrapped_exceptions

tuple robotide.contrib.testrunner.TestRunnerAgent.DecodeError.wrapped_exceptions = (pickle.UnpicklingError,)
static

Definition at line 393 of file TestRunnerAgent.py.


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