microprobe.exceptions

microprobe.exceptions module

This module define the excpeption hierarchy used in Microprobe framework.

Exceptions

MicroprobeAddressTranslationError MicroprobeAddressTranslationError Exception
MicroprobeArchitectureDefinitionError MicroprobeArchitectureDefinitionError Exception
MicroprobeArchitectureFormatError MicroprobeArchitectureFormatError Exception
MicroprobeAsmError MicroprobeAsmError Exception
MicroprobeBinaryError MicroprobeBinaryError Exception
MicroprobeBranchConditionError(cond) Exception raised when the branch condition is not supported.
MicroprobeCacheError MicroprobeCacheError Exception
MicroprobeCalledProcessError(returncode, …) MicroprobeCalledProcessError Exception
MicroprobeCodeGenerationError MicroprobeCodeGenerationError Exception
MicroprobeConstantRegisterError MicroprobeConstantRegisterError Exception
MicroprobeDMAFormatError MicroprobeDMAFormatError Exception
MicroprobeDuplicatedValueError MicroprobeDuplicatedValueError Exception
MicroprobeError Base class for all Microprobe-defined Error Exceptions
MicroprobeException Base class for all Microprobe-defined Exceptions
MicroprobeImportDefinitionError MicroprobeImportDefinitionError Exception
MicroprobeImportError MicroprobeImportError Exception
MicroprobeLookupError MicroprobeLookupError Exception
MicroprobeMPTFormatError MicroprobeMPTFormatError Exception
MicroprobeModelError MicroprobeModelError Exception
MicroprobeNoComparatorError(val1, val2) Exception raised when there is no comparator suitable to perform a given action.
MicroprobeNoGenerationPathError(target, …) Exception raised when there is not a path suitable to generate a given value using the available Generator instances.
MicroprobeObjdumpError MicroprobeObjdumpError Exception
MicroprobePolicyError MicroprobePolicyError Exception
MicroprobeRunCmdError MicroprobeRunCmdError Exception
MicroprobeTargetDefinitionError MicroprobeTargetDefinitionError Exception
MicroprobeTypeError MicroprobeTypeError Exception
MicroprobeUncheckableEnvironmentWarning MicroprobeUncheckableEnvironmentWarning Warning
MicroprobeValueError MicroproveValueError Exception
MicroprobeWarning Base class for all Microprobe-defined Warning Exceptions
MicroprobeYamlFormatError MicroprobeYamlFormatError Exception