Home | History | Annotate | Download | only in Lib

Lines Matching refs:DecimalException

126     'DecimalException', 'Clamped', 'InvalidOperation', 'DivisionByZero',
188 class DecimalException(ArithmeticError):
205 from DecimalException.
211 class Clamped(DecimalException):
223 class InvalidOperation(DecimalException):
262 class DivisionByZero(DecimalException, ZeroDivisionError):
300 class Inexact(DecimalException):
326 class Rounded(DecimalException):
338 class Subnormal(DecimalException):
402 class FloatOperation(DecimalException, TypeError):