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

public static class DiscriminantAnalysis.SumOfWeightsNegException extends IMSLException
The sum of the weights have become negative.
See Also:
  • Constructor Details

    • SumOfWeightsNegException

      public SumOfWeightsNegException(String message)
      The sum of the weights have become negative.
      Parameters:
      message - a String containing the error message
    • SumOfWeightsNegException

      public SumOfWeightsNegException(String key, Object[] arguments)
      The sum of the weights have become negative.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string