Class ZeroDivisionError

All Implemented Interfaces:
PythonLikeObject, Serializable

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