qilisdk.core.exceptions
Exceptions
Raised when a variable value falls outside its configured bounds. |
|
Raised when a requested operation is not supported by the backend. |
|
Raised when lower/upper bounds are inconsistent or invalid. |
|
Raised when a symbolic expression cannot be evaluated. |
Module Contents
- exception OutOfBoundsException[font]
Bases:
ExceptionRaised when a variable value falls outside its configured bounds.
Initialize self. See help(type(self)) for accurate signature.
- exception NotSupportedOperation[font]
Bases:
ExceptionRaised when a requested operation is not supported by the backend.
Initialize self. See help(type(self)) for accurate signature.
- exception InvalidBoundsError[font]
Bases:
ExceptionRaised when lower/upper bounds are inconsistent or invalid.
Initialize self. See help(type(self)) for accurate signature.
- exception EvaluationError[font]
Bases:
ExceptionRaised when a symbolic expression cannot be evaluated.
Initialize self. See help(type(self)) for accurate signature.