Package com.imsl.stat
Class DiscriminantAnalysis.SumOfWeightsNegException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.DiscriminantAnalysis.SumOfWeightsNegException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DiscriminantAnalysis
The sum of the weights have become negative.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSumOfWeightsNegException(String message) The sum of the weights have become negative.SumOfWeightsNegException(String key, Object[] arguments) The sum of the weights have become negative. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SumOfWeightsNegException
The sum of the weights have become negative.- Parameters:
message- aStringcontaining the error message
-
SumOfWeightsNegException
The sum of the weights have become negative.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-