pqp.utils.exceptions Module

Classes

CyclicGraphError

Exception raised when a graph is cyclic

DomainValidationError

Exception raised when domain is used with invalid values

InferredDomainWarning

Warning raised when the domain of a variable is inferred from provided examples

NumericalError

Exception raised when numerical methods fail

PQPException

Base class for exceptions in this module.

PositivityException

Exception raised when a nonpositive distribution is used

UnitDomainWarning

Warning raised when the domain of a variable has cardinality <= 1

Class Inheritance Diagram

Inheritance diagram of pqp.utils.exceptions.CyclicGraphError, pqp.utils.exceptions.DomainValidationError, pqp.utils.exceptions.InferredDomainWarning, pqp.utils.exceptions.NumericalError, pqp.utils.exceptions.PQPException, pqp.utils.exceptions.PositivityException, pqp.utils.exceptions.UnitDomainWarning