prophesy.exceptions package

exception ConfigurationError(message)

Bases: Exception

Error which is meant to be raised when a configuration entry is invalid.

exception DimensionNotSupportedError(message, min_supported_dim, max_supported_dim, requested_dim)

Bases: Exception

Error which is meant to be raised when the dimension of the problem is not supported.

exception ModuleError(message)

Bases: Exception

Error which is meant to be raised when importing a module is not possible.

exception NotEnoughInformationError(message)

Bases: Exception

Error which is meant to be raised when the solver does not have sufficient information to execute the request.