Package org.apfloat

Class OverflowException

java.lang.Object
All Implemented Interfaces:
Serializable

public class OverflowException extends NumericComputationException
Exception indicating an overflow in a calculation.

For example ApfloatMath.exp(new Apfloat(1e100)).

If the exponent is too large to fit in a long, the situation can't be handled. Note that there is no "infinity" apfloat value that could be returned as the result.

Since:
1.5
Version:
1.14.0
Author:
Mikko Tommila
See Also: