Package com.imsl.math
Class SparseLP.ZeroRowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.ZeroRowException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SparseLP
A row of the constraint matrix has no entries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionZeroRowException(String message) A row of the constraint matrix has no entries.ZeroRowException(String key, Object[] arguments) A row of the constraint matrix has no entries. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ZeroRowException
A row of the constraint matrix has no entries.- Parameters:
message- aStringcontaining the error message
-
ZeroRowException
A row of the constraint matrix has no entries.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-