jhplot.math.num
Class NumericException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jhplot.math.num.NumericException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConvergenceException
public class NumericException
- extends RuntimeException
Generic numerical exception thrown by numerics4j.
- Version:
- $Revision: 1.3 $ $Date: 2007/11/04 03:40:07 $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NumericException
public NumericException(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