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

public static class DenseLP.CyclingOccurringException extends IMSLException
The algorithm appears to be cycling. Using refinement may help.
See Also:
  • Constructor Details

    • CyclingOccurringException

      public CyclingOccurringException()
      The algorithm appears to be cycling. Using refinement may help.
    • CyclingOccurringException

      public CyclingOccurringException(String message)
      The algorithm appears to be cycling. Using refinement may help.
      Parameters:
      message - a String containing the error message
    • CyclingOccurringException

      public CyclingOccurringException(String key, Object[] arguments)
      The algorithm appears to be cycling. Using refinement may help.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string