Package com.imsl.math
Class MinConGenLin.ConstraintsNotSatisfiedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConGenLin.ConstraintsNotSatisfiedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConGenLin
No vector x satisfies all of the constraints.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstraintsNotSatisfiedException(String message) Constructs aConstraintsNotSatisfiedExceptionobject.ConstraintsNotSatisfiedException(String key, Object[] arguments) Constructs aConstraintsNotSatisfiedExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConstraintsNotSatisfiedException
Constructs aConstraintsNotSatisfiedExceptionobject.- Parameters:
message- aStringcontaining the error message
-
ConstraintsNotSatisfiedException
Constructs aConstraintsNotSatisfiedExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-