Previous: , Up: Base classes   [Index]


1.224 ZeroDivide

Defined in namespace Smalltalk
Superclass: ArithmeticError
Category: Language-Exceptions

A ZeroDivide exception is raised by numeric classes when a program tries to divide by zero. Information on the dividend is available to the handler.