timeflux.core.exceptions


timeflux.core.exceptions: define exceptions

exceptions

exception timeflux.core.exceptions.GraphDuplicateNode(message, *args)[source]

Bases: TimefluxException

Raised when a duplicate node is found.

Initialize self. See help(type(self)) for accurate signature.

exception timeflux.core.exceptions.GraphUndefinedNode(message, *args)[source]

Bases: TimefluxException

Raised when an undefined node is found in edges.

Initialize self. See help(type(self)) for accurate signature.

exception timeflux.core.exceptions.WorkerLoadError(message, *args)[source]

Bases: TimefluxException

Raised when a worker cannot be loaded.

Initialize self. See help(type(self)) for accurate signature.

exception timeflux.core.exceptions.WorkerInterrupt(message='Interrupting', *args)[source]

Bases: TimefluxException

Raised when a process stops prematurely.

Initialize self. See help(type(self)) for accurate signature.

exception timeflux.core.exceptions.ValidationError(param_name, message, *args)[source]

Bases: TimefluxException

Raised when input validation fails.

Initialize self. See help(type(self)) for accurate signature.