Package com.imsl.math

Class MinConNLP.BadInitialGuessException

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

public static class MinConNLP.BadInitialGuessException extends IMSLException
Penalty function point infeasible for original problem. Try new initial guess.
See Also:
  • Constructor Details

    • BadInitialGuessException

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

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