Exceptions

Inheritance diagram of musify.processors.exception

Exceptions relating to processor operations.

Exceptions:

ProcessorError

Exception raised for errors related to processors.

ProcessorLookupError

Exception raised when processor name given is not valid.

ComparerError

Exception raised for errors related to Comparer settings.

LimiterProcessorError

Exception raised for errors related to ItemLimiter logic.

MatcherProcessorError

Exception raised for errors related to ItemMatcher logic.

SorterProcessorError

Exception raised for errors related to ItemSorter logic.

TimeMapperError

Exception raised for errors related to TimeMapper logic.

FilterError

Exception raised for errors related to Filter logic.

exception musify.processors.exception.ProcessorError

Bases: MusifyError

Exception raised for errors related to processors.

exception musify.processors.exception.ProcessorLookupError

Bases: ProcessorError

Exception raised when processor name given is not valid.

exception musify.processors.exception.ComparerError

Bases: ProcessorError

Exception raised for errors related to Comparer settings.

exception musify.processors.exception.LimiterProcessorError

Bases: ProcessorError

Exception raised for errors related to ItemLimiter logic.

exception musify.processors.exception.MatcherProcessorError

Bases: ProcessorError

Exception raised for errors related to ItemMatcher logic.

exception musify.processors.exception.SorterProcessorError

Bases: ProcessorError

Exception raised for errors related to ItemSorter logic.

exception musify.processors.exception.TimeMapperError

Bases: ProcessorError

Exception raised for errors related to TimeMapper logic.

exception musify.processors.exception.FilterError

Bases: ProcessorError

Exception raised for errors related to Filter logic.