Package com.imsl.stat
Class ChiSquaredTest.NoObservationsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.imsl.IMSLRuntimeException
com.imsl.stat.ChiSquaredTest.NoObservationsException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ChiSquaredTest
There are no observations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoObservationsException(String key, Object[] arguments) Constructs aNoObservationsExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoObservationsException
Constructs aNoObservationsExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-