Numeral system exceptions

All exceptions which can be thrown by this module during work.

exception numeral_system.exceptions.IncorrectNumberRepresentationError

Occurs when representation of number is incorrect according to numeric system

exception numeral_system.exceptions.NumberOutOfRangeError

Occurs when number can’t be converted to necessary numeric system

exception numeral_system.exceptions.NumericSystemException

Base for all exceptions from this module.

exception numeral_system.exceptions.WrongArgumentTypeError

Occurs when argument type is wrong

exception numeral_system.exceptions.WrongArgumentValueError

Occurs when argument value is wrong