ctdam.exceptions module

exception ctdam.exceptions.BinnedDataError(file_name, step_name)[source]

Bases: Exception

A custom error to throw when binned data has been detected.

exception ctdam.exceptions.UnexpectedFileFormat(file_type, error)[source]

Bases: Exception

A custom error to throw when a file is not formatted as expected.

exception ctdam.exceptions.MissingParameterError(step_name, parameter_name)[source]

Bases: Exception

A custom error to throw when necessary parameters are missing from the input .cnv file.

exception ctdam.exceptions.InvalidArgumentCombination[source]

Bases: Exception

Exception raised when an invalid combination of arguments is provided.

exception ctdam.exceptions.NoDataError(data=[])[source]

Bases: Exception

Exception raised when no data could be found.