analyzer.core.exceptions

Exceptions

AnalysisConfigurationError

Common base class for all non-exit exceptions.

ResultIntegrityError

Common base class for all non-exit exceptions.

AnalysisRuntimeError

Unspecified run-time error.

Module Contents

exception analyzer.core.exceptions.AnalysisConfigurationError(message)[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception analyzer.core.exceptions.ResultIntegrityError(message)[source]

Bases: Exception

Common base class for all non-exit exceptions.

exception analyzer.core.exceptions.AnalysisRuntimeError(message)[source]

Bases: RuntimeError

Unspecified run-time error.