Package com.imsl.math
Class ComplexEigen.DidNotConvergeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.imsl.IMSLException
com.imsl.math.ComplexEigen.DidNotConvergeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ComplexEigen
The iteration did not converge.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDidNotConvergeException(String message) Constructs aDidNotConvergeExceptionobject.DidNotConvergeException(String key, Object[] arguments) Constructs aDidNotConvergeExceptionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DidNotConvergeException
Constructs aDidNotConvergeExceptionobject.- Parameters:
message- aStringcontaining the error message
-
DidNotConvergeException
Constructs aDidNotConvergeExceptionobject.- Parameters:
key- aStringcontaining the error messagearguments- anObjectarray containing arguments used within the error message string
-