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
The equality constraints are inconsistent.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintsInconsistentException(String message) Constructs aConstraintsInconsistentExceptionobject.ConstraintsInconsistentException(String key, Object[] arguments) Constructs aConstraintsInconsistentExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstraintsInconsistentException
Constructs aConstraintsInconsistentExceptionobject.- Parameters:
message- aStringcontaining the error message
-
ConstraintsInconsistentException
Constructs aConstraintsInconsistentExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-