Package com.imsl.math
Class MinConNLP.NoAcceptableStepsizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConNLP.NoAcceptableStepsizeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConNLP
No acceptable stepsize in [SIGMA,SIGLA].
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoAcceptableStepsizeException(String message) Constructs aNoAcceptableStepsizeExceptionobject.NoAcceptableStepsizeException(String key, Object[] arguments) Constructs aNoAcceptableStepsizeExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoAcceptableStepsizeException
Constructs aNoAcceptableStepsizeExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NoAcceptableStepsizeException
Constructs aNoAcceptableStepsizeExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-