Documentation of 'org.apache.commons.math3.exception.NotFiniteNumberException' Java class
NotFiniteNumberException
org.apache.commons.math3.exception

Class NotFiniteNumberException

    • Constructor Summary

      Constructors 
      Constructor and Description
      NotFiniteNumberException(Localizable specific, java.lang.Number wrong, java.lang.Object... args)
      Construct the exception with a specific context.
      NotFiniteNumberException(java.lang.Number wrong, java.lang.Object... args)
      Construct the exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • NotFiniteNumberException

        public NotFiniteNumberException(java.lang.Number wrong,
                                        java.lang.Object... args)
        Construct the exception.
        Parameters:
        wrong - Value that is infinite or NaN.
        args - Optional arguments.
      • NotFiniteNumberException

        public NotFiniteNumberException(Localizable specific,
                                        java.lang.Number wrong,
                                        java.lang.Object... args)
        Construct the exception with a specific context.
        Parameters:
        specific - Specific context pattern.
        wrong - Value that is infinite or NaN.
        args - Optional arguments.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.