Package com.imsl.math

Class MinConNLP.ObjectiveEvaluationException

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

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

    • ObjectiveEvaluationException

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

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