Package com.imsl.math
Class SparseLP.InitialSolutionInfeasibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.InitialSolutionInfeasibleException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SparseLP
The initial solution for the one-row linear program is infeasible.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInitialSolutionInfeasibleException(String message) The initial solution for the one-row linear program is infeasible.InitialSolutionInfeasibleException(String key, Object[] arguments) The initial solution for the one-row linear program is infeasible. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InitialSolutionInfeasibleException
The initial solution for the one-row linear program is infeasible.- Parameters:
message- aStringcontaining the error message
-
InitialSolutionInfeasibleException
The initial solution for the one-row linear program is infeasible.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-