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