Package com.imsl.math

Class MinConNLP.ConstraintEvaluationException

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

public static class MinConNLP.ConstraintEvaluationException extends IMSLException
Constraint evaluation returns an error with current point.
See Also:
  • Constructor Details

    • ConstraintEvaluationException

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

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