Documentation of 'jhplot.math.num.NumericException' Java class.
NumericException
jhplot.math.num

Class NumericException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ConvergenceException


    public class NumericException
    extends java.lang.RuntimeException
    Generic numerical exception thrown by numerics4j.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      NumericException(java.lang.String message)
      Create an execption with the given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NumericException

        public NumericException(java.lang.String message)
        Create an execption with the given message.
        Parameters:
        message - the reason for the exception.

DMelt 3.0 © DataMelt by jWork.ORG