public class OverflowException extends ApfloatRuntimeException
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.
| Constructor and Description |
|---|
OverflowException()
Constructs a new apfloat overflow exception with an empty detail message.
|
OverflowException(String message)
Constructs a new apfloat overflow exception with the specified detail message.
|
OverflowException(String message,
Throwable cause)
Constructs a new apfloat overflow exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OverflowException()
public OverflowException(String message)
message - The detail message.Copyright © 2025. All rights reserved.