Package com.imsl.math

Class SparseLP.IllegalBoundsException

All Implemented Interfaces:
Serializable
Enclosing class:
SparseLP

public static class SparseLP.IllegalBoundsException extends IMSLException
The lower bound is greater than the upper bound.
See Also:
  • Constructor Details

    • IllegalBoundsException

      public IllegalBoundsException(String message)
      The lower bound is greater than the upper bound.
      Parameters:
      message - a String containing the error message
    • IllegalBoundsException

      public IllegalBoundsException(String key, Object[] arguments)
      The lower bound is greater than the upper bound.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string