Module trase.tools.sei_pcs.exceptions

Classes

class ConservedValueError (*args, **kwargs)

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class LinkError (*args, **kwargs)

Common base class for all non-exit exceptions.

Ancestors

  • builtins.Exception
  • builtins.BaseException
class RowSplittingError (*args, **kwargs)

An update would have split flows that the caller said it would not split.

Raised by DataFrameContainer.update when allow_splitting=False and the dataframe repeats an existing "_id". See the allow_splitting argument of SupplyChain.update().

Ancestors

  • builtins.Exception
  • builtins.BaseException