com.imsl.stat
Class Pdf.AltSeriesAccuracyLossException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.Pdf.AltSeriesAccuracyLossException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Pdf
public static class Pdf.AltSeriesAccuracyLossException
- extends IMSLException
The magnitude of alternating series sum is too small relative to the sum
of positive terms to permit a reliable accuracy.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Pdf.AltSeriesAccuracyLossException
public Pdf.AltSeriesAccuracyLossException(String message)
- The magnitude of alternating series sum is too small relative to the sum
of positive terms to permit a reliable accuracy.
- Parameters:
message
- a String
containing the message explaining
the cause of the exception.
Pdf.AltSeriesAccuracyLossException
public Pdf.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.
- Parameters:
key
- a String
containing the message explaining
the cause of the exception.arguments
- an Object
containing arguments for
message String key
.
Copyright © 1970-2010 Visual Numerics, Inc.
Built July 30 2010.