Package com.imsl.stat
Class FactorAnalysis.NonPositiveEigenvalueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.FactorAnalysis.NonPositiveEigenvalueException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FactorAnalysis
Non positive eigenvalue error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNonPositiveEigenvalueException(String message) Constructs aNonPositiveEigenvalueExceptionobject.NonPositiveEigenvalueException(String key, Object[] arguments) Constructs aNonPositiveEigenvalueExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonPositiveEigenvalueException
Constructs aNonPositiveEigenvalueExceptionobject.- Parameters:
message- aStringcontaining the error message
-
NonPositiveEigenvalueException
Constructs aNonPositiveEigenvalueExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-