Package com.imsl.stat
Class ProportionalHazards.ClassificationVariableLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.ProportionalHazards.ClassificationVariableLimitException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProportionalHazards
The Classification Variable limit set by the user through
setUpperBound has been exceeded.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs aClassificationVariableLimitException.ClassificationVariableLimitException(String key, Object[] arguments) The Classification Variable limit set by the user throughsetUpperBoundhas been 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
-
ClassificationVariableLimitException
Constructs aClassificationVariableLimitException.- Parameters:
message- aStringcontaining the error message
-
ClassificationVariableLimitException
The Classification Variable limit set by the user throughsetUpperBoundhas been exceeded.- Parameters:
key- theStringkey of the error message in the resource bundlearguments- an array containing arguments used within the error message string
-