Exceptions

flowkit.exceptions

This module contains the set of FlowKit exceptions.

exception flowkit.exceptions.FlowKitWarning

A generic FlowKit warning

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception flowkit.exceptions.FlowKitException

A generic FlowKit exception

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception flowkit.exceptions.GateTreeError

An error modifying a GatingStrategy gate tree occurred.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception flowkit.exceptions.GateReferenceError

An error referencing a Gate instance occurred.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception flowkit.exceptions.QuadrantReferenceError

An error when requesting a single Quadrant as a gate in a GatingStrategy.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception flowkit.exceptions.FlowJoWSPParsingError

An error parsing a FlowJo .wsp file

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception flowkit.exceptions.FlowJoWSPParsingWarning

A warning when parsing a FlowJo .wsp file

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.