jhplot.math.num
Class ConvergenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jhplot.math.num.NumericException
jhplot.math.num.ConvergenceException
- All Implemented Interfaces:
- Serializable
public class ConvergenceException
- extends NumericException
The exception raised when an iterative method fails to converge.
- Version:
- $Revision: 1.2 $ $Date: 2007/10/25 04:44:18 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConvergenceException
public ConvergenceException(String message)
- Create an execption with the given message.
- Parameters:
message - the reason for the exception.
jHPlot 3.1. Java environment for scientific computation and data analysis. © S.Chekanov