Package com.imsl.stat
Class NormalityTest.NoVariationInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.NormalityTest.NoVariationInputException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NormalityTest
There is no variation in the input data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoVariationInputException(String message) Constructs aNoVariationInputExceptionobject.NoVariationInputException(String key, Object[] arguments) Constructs aNoVariationInputExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoVariationInputException
Constructs aNoVariationInputExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NoVariationInputException
Constructs aNoVariationInputExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-