Exceptions¶
-
exception
fixedpoint.FixedPointError¶ Base class for other fixedpoint exceptions.
-
exception
fixedpoint.FixedPointOverflowError¶ Signals that overflow has occurred. Raised only when
overflow_alertis'error'.Inherits from
FixedPointErrorandOverflowError.
-
exception
fixedpoint.MismatchError¶ Signals that the properties of 2
FixedPoints do not match. Raised only whenmismatch_alertis'error'.Inherits from
FixedPointError.
-
exception
fixedpoint.ImplicitCastError¶ Signals that an object required implicit casting to a
FixedPoint, and the cast was not exact. Raised only whenimplicit_cast_alertis'error'.Inherits from
FixedPointErrorandFloatingPointError.