Package com.imsl.math

Class DenseLP.WrongConstraintTypeException

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

public static class DenseLP.WrongConstraintTypeException extends IMSLException
Deprecated.
No longer used, replaced with an IllegalArgumentException.
The values for the type of constraint must be either 0, 1 or 2.
See Also:
  • Constructor Details

    • WrongConstraintTypeException

      public WrongConstraintTypeException(String message)
      Deprecated.
    • WrongConstraintTypeException

      public WrongConstraintTypeException(String key, Object[] arguments)
      Deprecated.