osdtestlib.exceptions

Exception definitions

copyright:Copyright 2017 by the Open SoC Debug team
license:MIT, see LICENSE for details.
exception osdtestlib.exceptions.Error

Base class for exceptions.

exception osdtestlib.exceptions.RegAccessFailedException(message)

Exception raised for errors during the register access process.

message

explanation of the error.

exception osdtestlib.exceptions.DebugEventFailedException(message)

Exception raised for errors during the evaluation of a debug packet.

message

explanation of the error.

exception osdtestlib.exceptions.ResetFailedException(message)

Exception raised for errors during the reset

message

explanation of the error.