Package com.imsl.math
Class MinConNLP.TooMuchTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.MinConNLP.TooManyIterationsException
com.imsl.math.MinConNLP.TooMuchTimeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- MinConNLP
Maximum time allowed for solve exceeded.
This class extends
TooManyIterationsException to keep the
solve method backward compatible.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTooMuchTimeException(long maximumTime) Constructs aTooMuchTimeExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooMuchTimeException
public TooMuchTimeException(long maximumTime) Constructs aTooMuchTimeExceptionobject.- Parameters:
maximumTime- alongcontaining the maximum allowed time
-