ctdam.exceptions module¶
- exception ctdam.exceptions.BinnedDataError(file_name, step_name)[source]¶
Bases:
ExceptionA custom error to throw when binned data has been detected.
- exception ctdam.exceptions.UnexpectedFileFormat(file_type, error)[source]¶
Bases:
ExceptionA custom error to throw when a file is not formatted as expected.
- exception ctdam.exceptions.MissingParameterError(step_name, parameter_name)[source]¶
Bases:
ExceptionA custom error to throw when necessary parameters are missing from the input .cnv file.