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