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
Penalty function point infeasible for original problem. Try new initial
guess.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadInitialGuessException(String message) Constructs aBadInitialGuessExceptionobject.BadInitialGuessException(String key, Object[] arguments) Constructs aBadInitialGuessExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadInitialGuessException
Constructs aBadInitialGuessExceptionobject.- Parameters:
message- aStringcontaining the error message
-
BadInitialGuessException
Constructs aBadInitialGuessExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-