Package com.imsl.math
Class MinConNLP.TerminationCriteriaNotSatisfiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConNLP.TerminationCriteriaNotSatisfiedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConNLP
Termination criteria are not satisfied.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aTerminationCriteriaNotSatisfiedExceptionobject.TerminationCriteriaNotSatisfiedException(String key, Object[] arguments) Constructs aTerminationCriteriaNotSatisfiedExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TerminationCriteriaNotSatisfiedException
Constructs aTerminationCriteriaNotSatisfiedExceptionobject.- Parameters:
message- aStringcontaining the error message
-
TerminationCriteriaNotSatisfiedException
Constructs aTerminationCriteriaNotSatisfiedExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-