Package com.imsl.math
Class SparseLP.IncorrectlyActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.IncorrectlyActiveException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SparseLP
One or more LP variables are falsely characterized by the internal
presolver.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIncorrectlyActiveException(String message) One or more LP variables are falsely characterized by the internal presolver.IncorrectlyActiveException(String key, Object[] arguments) One or more LP variables are falsely characterized by the internal presolver. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncorrectlyActiveException
One or more LP variables are falsely characterized by the internal presolver.- Parameters:
message- aStringcontaining the error message
-
IncorrectlyActiveException
One or more LP variables are falsely characterized by the internal presolver.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-