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