adi_py.exception

This module defines ADI exceptions which may be thrown from process hooks.

exception adi_py.exception.DatasetConversionException

Bases: Exception

Exception used when converting from XArray to ADI or vice versa and the data are incompatible.

Initialize self. See help(type(self)) for accurate signature.

exception adi_py.exception.SkipProcessingIntervalException(msg: str = '', log_level: adi_py.logger.LogLevel = LogLevel.INFO)

Bases: Exception

Processes should throw this exception if the current processing interval should be skipped. All other exceptions will be considered to fail the process.

Initialize self. See help(type(self)) for accurate signature.