exceptions package¶
Module contents¶
Specific exceptions for clothesline objects.
- exception exceptions.IndeterminateFormError[source]¶
Bases:
ValueErrorAn indeterminate form arisen through operations involving symbols (e.g. “infinity - infinity”)
- exception exceptions.InvalidCombineEndState[source]¶
Bases:
ValueErrorAn end state when closing the ‘’combine_intervals’ with an unterminated open buffer to flush.
- exception exceptions.InvalidValueError[source]¶
Bases:
ValueErrorAn attempt to build an object (e.g. IntervalPeg) with invalid or inconsistent values.
- exception exceptions.MetricNotImplementedError[source]¶
Bases:
ValueErrorAn interval*/intervalset* class is asked to do metric computations, but no metric is defined.
- exception exceptions.UnparseableDictError[source]¶
Bases:
ValueErrorAn attempt to parse an invalid dict back to an interval* or intervalset*