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