Package com.imsl.math
Class DenseLP.CyclingOccurringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.CyclingOccurringException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
The algorithm appears to be cycling. Using refinement may help.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe algorithm appears to be cycling.CyclingOccurringException(String message) The algorithm appears to be cycling.CyclingOccurringException(String key, Object[] arguments) The algorithm appears to be cycling. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclingOccurringException
public CyclingOccurringException()The algorithm appears to be cycling. Using refinement may help. -
CyclingOccurringException
The algorithm appears to be cycling. Using refinement may help.- Parameters:
message- aStringcontaining the error message
-
CyclingOccurringException
The algorithm appears to be cycling. Using refinement may help.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-