Package com.imsl.math

Class MinConNLP.TooManyIterationsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConNLP.TooManyIterationsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MinConNLP.TooMuchTimeException
Enclosing class:
MinConNLP

public static class MinConNLP.TooManyIterationsException extends IMSLException
Maximum number of iterations exceeded.
See Also:
  • Constructor Details

    • TooManyIterationsException

      public TooManyIterationsException(String message)
      Constructs a TooManyIterationsException object.
      Parameters:
      message - a String containing the error message
    • TooManyIterationsException

      public TooManyIterationsException(String key, Object[] arguments)
      Constructs a TooManyIterationsException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string