Package 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:
The magnitude of alternating series sum is too small relative to the sum
of positive terms to permit a reliable accuracy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAltSeriesAccuracyLossException(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. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AltSeriesAccuracyLossException
The magnitude of alternating series sum is too small relative to the sum of positive terms to permit a reliable accuracy.- Parameters:
message- aStringcontaining the message explaining the cause of the exception.
-
AltSeriesAccuracyLossException
The magnitude of alternating series sum is too small relative to the sum of positive terms to permit a reliable accuracy.- Parameters:
key- aStringcontaining the message explaining the cause of the exception.arguments- anObjectcontaining arguments for messageString key.
-