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