Package com.imsl.math
Class DenseLP.ProblemUnboundedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.DenseLP.ProblemUnboundedException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DenseLP
The problem is unbounded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThe problem is unbounded.ProblemUnboundedException(String message) The problem is unbounded.ProblemUnboundedException(String key, Object[] arguments) The problem is unbounded. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProblemUnboundedException
public ProblemUnboundedException()The problem is unbounded. -
ProblemUnboundedException
The problem is unbounded.- Parameters:
message- aStringcontaining the error message
-
ProblemUnboundedException
The problem is unbounded.- Parameters:
key- aStringcontaining the exception messagearguments- an array containing arguments used within the error message string
-