Package com.imsl.math
Class DenseLP.NoAcceptablePivotException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.NoAcceptablePivotException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
No acceptable pivot could be found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNo acceptable pivot could be found.NoAcceptablePivotException(String message) No acceptable pivot could be found.NoAcceptablePivotException(String key, Object[] arguments) No acceptable pivot could be found. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoAcceptablePivotException
public NoAcceptablePivotException()No acceptable pivot could be found. -
NoAcceptablePivotException
No acceptable pivot could be found.- Parameters:
message- aStringcontaining the error message
-
NoAcceptablePivotException
No acceptable pivot could be found.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-