Package com.imsl.math

Class MinConGenLin.ConstraintsNotSatisfiedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConGenLin.ConstraintsNotSatisfiedException
All Implemented Interfaces:
Serializable
Enclosing class:
MinConGenLin

public static class MinConGenLin.ConstraintsNotSatisfiedException extends IMSLException
No vector x satisfies all of the constraints.
See Also:
  • Constructor Details

    • ConstraintsNotSatisfiedException

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

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