Package com.imsl.stat

Class FactorAnalysis.EigenvalueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.stat.FactorAnalysis.EigenvalueException
All Implemented Interfaces:
Serializable
Enclosing class:
FactorAnalysis

public static class FactorAnalysis.EigenvalueException extends IMSLException
Eigenvalue error.
See Also:
  • Constructor Details

    • EigenvalueException

      public EigenvalueException(String message)
      Constructs a EigenvalueException object.
      Parameters:
      message - a String containing the error message
    • EigenvalueException

      public EigenvalueException(String key, Object[] arguments)
      Constructs a EigenvalueException object.
      Parameters:
      key - a String containing the error message
      arguments - an Object array containing arguments used within the error message string