Package com.imsl.stat
Class ChiSquaredTest.NotCDFException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.imsl.IMSLRuntimeException
com.imsl.stat.ChiSquaredTest.NotCDFException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChiSquaredTest
The function is not a Cumulative Distribution Function (CDF).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotCDFException(String key, Object[] arguments) Constructs aNotCDFExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotCDFException
Constructs aNotCDFExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-