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.
- 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.
jHepWork 3.0 ©