baroque.exceptions package

Submodules

baroque.exceptions.configuration module

exception baroque.exceptions.configuration.ConfigurationNotFoundError

Bases: Exception

Raised when configuration source file is not available

exception baroque.exceptions.configuration.ConfigurationParseError

Bases: Exception

Raised on failures in parsing configuration data

baroque.exceptions.eventtypes module

exception baroque.exceptions.eventtypes.InvalidEventSchemaError

Bases: Exception

Raised when the event validation against its eventtype JSON schema fails

exception baroque.exceptions.eventtypes.UnregisteredEventTypeError

Bases: Exception

Raised when attempting to publish on the broker events of an unregistered type

baroque.exceptions.topics module

exception baroque.exceptions.topics.UnregisteredTopicError

Bases: Exception

Raised when attempting to publish events on a topic that is not registered on the broker

Module contents