Package com.imsl.math

Class SparseLP.TooManyIterationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.SparseLP.TooManyIterationsException
All Implemented Interfaces:
Serializable
Enclosing class:
SparseLP

public static class SparseLP.TooManyIterationsException extends IMSLException
The maximum number of iterations has been exceeded.
See Also:
  • Constructor Details

    • TooManyIterationsException

      public TooManyIterationsException(String message)
      The maximum number of iterations has been exceeded.
      Parameters:
      message - a String containing the error message
    • TooManyIterationsException

      public TooManyIterationsException(String key, Object[] arguments)
      The maximum number of iterations has been exceeded.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string