Package com.imsl.stat

Class Covariances.NonnegativeWeightException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.Covariances.NonnegativeWeightException
All Implemented Interfaces:
Serializable
Enclosing class:
Covariances

public static class Covariances.NonnegativeWeightException extends IMSLException
Weights must be nonnegative.
See Also:
  • Constructor Details

    • NonnegativeWeightException

      public NonnegativeWeightException(String message)
      Constructs a NonnegativeWeightException object.
      Parameters:
      message - a String containing the error message
    • NonnegativeWeightException

      public NonnegativeWeightException(String key, Object[] arguments)
      Constructs a NonnegativeWeightException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string