Package com.imsl.math
Class MinConGenLin.VarBoundsInconsistentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConGenLin.VarBoundsInconsistentException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConGenLin
The equality constraints and the bounds on the variables are found to be
inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVarBoundsInconsistentException(String message) Constructs aVarBoundsInconsistentExceptionobject.VarBoundsInconsistentException(String key, Object[] arguments) Constructs aVarBoundsInconsistentExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VarBoundsInconsistentException
Constructs aVarBoundsInconsistentExceptionobject.- Parameters:
message- aStringcontaining the error message
-
VarBoundsInconsistentException
Constructs aVarBoundsInconsistentExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-