java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
imagingbook.common.math.exception.DivideByZeroException
- All Implemented Interfaces:
Serializable
Exception indicating a floating-point division by zero (or some denominator too small to yield a finite result).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DivideByZeroException
public DivideByZeroException()
-