Exception to signal the algebraic divide-by-zero error. This is usually created by the engine when it encountered a zero value used as divisor in division or modulo operation.
Parent Class
Type | Name | Signature |
---|---|---|
constructor | DivByZeroException | public DivByZeroException() |
public DivByZeroException()
Create a standard DivByZeroException instance. While entirely legal, it's rare for a user to create such instances.
The message for this exception is fixed.