All Implemented Interfaces:
PythonLikeObject, Serializable
Direct Known Subclasses:
FloatingPointError, OverflowError, ZeroDivisionError

public class ArithmeticError extends PythonException
The base class for those built-in exceptions that are raised for various arithmetic errors
See Also: