Package com.imsl.math

Class MinConGenLin.ConstraintsInconsistentException

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

public static class MinConGenLin.ConstraintsInconsistentException extends IMSLException
The equality constraints are inconsistent.
See Also:
  • Constructor Details

    • ConstraintsInconsistentException

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

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