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