SuanShu, a Java numerical and statistical library

com.numericalmethod.suanshu.analysis.function.rn2r1
Class ContinuedFraction.MaxIterationsExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.numericalmethod.suanshu.analysis.function.rn2r1.ContinuedFraction.MaxIterationsExceededException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ContinuedFraction

public static class ContinuedFraction.MaxIterationsExceededException
extends java.lang.RuntimeException

RuntimeException thrown when the continued fraction fails to converge for a given epsilon before a certain number of iterations.

See Also:
Serialized Form

Constructor Summary
ContinuedFraction.MaxIterationsExceededException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContinuedFraction.MaxIterationsExceededException

public ContinuedFraction.MaxIterationsExceededException(java.lang.String msg)

SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.