Package com.imsl.math
Class DenseLP.SomeConstraintsDiscardedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.SomeConstraintsDiscardedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
Some constraints were discarded because they were too linearly
dependent on other active constraints.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSome constraints were discarded because they were too linearly dependent on other active constraints.SomeConstraintsDiscardedException(String message) Some constraints were discarded because they were too linearly dependent on other active constraints.SomeConstraintsDiscardedException(String key, Object[] arguments) Some constraints were discarded because they were too linearly dependent on other active constraints. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SomeConstraintsDiscardedException
public SomeConstraintsDiscardedException()Some constraints were discarded because they were too linearly dependent on other active constraints. -
SomeConstraintsDiscardedException
Some constraints were discarded because they were too linearly dependent on other active constraints.- Parameters:
message- aStringcontaining the error message
-
SomeConstraintsDiscardedException
Some constraints were discarded because they were too linearly dependent on other active constraints.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-