Package com.imsl.math
Class NonNegativeLeastSquares.TooMuchTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.NonNegativeLeastSquares.TooMuchTimeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- NonNegativeLeastSquares
Maximum time allowed for solve is exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTooMuchTimeException(String message) The maximum time allowed for solve is exceeded.TooMuchTimeException(String key, Object[] arguments) The maximum time allowed for solve is exceeded. -
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
The maximum time allowed for solve is exceeded.- Parameters:
message- aStringcontaining the error message
-
TooMuchTimeException
The maximum time allowed for solve is exceeded.- Parameters:
key- theStringkey of the error message in the resource bundlearguments- an array containing arguments used within the error message string
-