openpectus.aggregator.exceptions

Exceptions

AggregatorException

Common base class for all non-exit exceptions.

AggregatorCallerException

Common base class for all non-exit exceptions.

AggregatorInternalException

Common base class for all non-exit exceptions.

Module Contents

exception openpectus.aggregator.exceptions.AggregatorException(message='')

Bases: Exception

Common base class for all non-exit exceptions.

Parameters:

message (str | None)

message = ''
exception openpectus.aggregator.exceptions.AggregatorCallerException(message='')

Bases: AggregatorException

Common base class for all non-exit exceptions.

Parameters:

message (str | None)

exception openpectus.aggregator.exceptions.AggregatorInternalException(message='')

Bases: AggregatorException

Common base class for all non-exit exceptions.

Parameters:

message (str | None)