public static class Pdf.AltSeriesAccuracyLossException extends IMSLException
Constructor and Description |
---|
AltSeriesAccuracyLossException(String message)
The magnitude of alternating series sum is too small relative to the sum
of positive terms to permit a reliable accuracy.
|
AltSeriesAccuracyLossException(String key,
Object[] arguments)
The magnitude of alternating series sum is too small relative to the sum
of positive terms to permit a reliable accuracy.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AltSeriesAccuracyLossException(String message)
message
- a String
containing the message explaining
the cause of the exception.public AltSeriesAccuracyLossException(String key, Object[] arguments)
key
- a String
containing the message explaining
the cause of the exception.arguments
- an Object
containing arguments for
message String key
.Copyright © 2020 Rogue Wave Software. All rights reserved.