Package com.imsl.math

Class DenseLP.BoundsInconsistentException

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

public static class DenseLP.BoundsInconsistentException extends IMSLException
The bounds given are inconsistent.
See Also:
  • Constructor Details

    • BoundsInconsistentException

      public BoundsInconsistentException(String message)
      The bounds given are inconsistent.
      Parameters:
      message - a String containing the error message
    • BoundsInconsistentException

      public BoundsInconsistentException(String key, Object[] arguments)
      The bounds given are inconsistent.
      Parameters:
      key - a String containing the exception message
      arguments - an array containing arguments used within the error message string