pyleus.exception

Pyleus specific exceptions.

exception pyleus.exception.ConfigurationError[source]

Raised when a required configuration value is missing or malformed.

exception pyleus.exception.InvalidTopologyError[source]

Raised when topology validation failed. Usually it is due to a syntax error or a mispelled name in the topology definition YAML file.

exception pyleus.exception.JarError[source]

Raised when a problem occurred with pyleus base jar.

exception pyleus.exception.PyleusError[source]

Base class for pyleus specific exceptions.

exception pyleus.exception.StormError[source]

Raised when Storm invocation terminates with errors.

exception pyleus.exception.VirtualenvError[source]

Raised when an error occurred during virtualenv creation, dependencies installation or modules invocation.