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:
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:
  • Constructor Details

    • AltSeriesAccuracyLossException

      public 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.
    • AltSeriesAccuracyLossException

      public 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.