Package com.imsl.stat

Class ChiSquaredTest.DidNotConvergeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.ChiSquaredTest.DidNotConvergeException
All Implemented Interfaces:
Serializable
Enclosing class:
ChiSquaredTest

public static class ChiSquaredTest.DidNotConvergeException extends IMSLException
The iteration did not converge
See Also:
  • Constructor Details

    • DidNotConvergeException

      public DidNotConvergeException(String message)
      Constructs a DidNotConvergeException object.
      Parameters:
      message - a String containing the error message
    • DidNotConvergeException

      public DidNotConvergeException(String key, Object[] arguments)
      Constructs a DidNotConvergeException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string