baroque.exceptions package¶
Submodules¶
baroque.exceptions.configuration module¶
-
exception
baroque.exceptions.configuration.ConfigurationNotFoundError¶ Bases:
ExceptionRaised when configuration source file is not available
-
exception
baroque.exceptions.configuration.ConfigurationParseError¶ Bases:
ExceptionRaised on failures in parsing configuration data
baroque.exceptions.eventtypes module¶
-
exception
baroque.exceptions.eventtypes.InvalidEventSchemaError¶ Bases:
ExceptionRaised when the event validation against its eventtype JSON schema fails
-
exception
baroque.exceptions.eventtypes.UnregisteredEventTypeError¶ Bases:
ExceptionRaised when attempting to publish on the broker events of an unregistered type
baroque.exceptions.topics module¶
-
exception
baroque.exceptions.topics.UnregisteredTopicError¶ Bases:
ExceptionRaised when attempting to publish events on a topic that is not registered on the broker