:py:mod:`adi_py.exception` ================================== .. py:module:: adi_py.exception .. autoapi-nested-parse:: This module defines ADI exceptions which may be thrown from process hooks. .. py:exception:: DatasetConversionException Bases: :py:obj:`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. .. autoapisummary:: :nosignatures: .. py:exception:: SkipProcessingIntervalException(msg: str = '', log_level: adi_py.logger.LogLevel = LogLevel.INFO) Bases: :py:obj:`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. .. autoapisummary:: :nosignatures: