Class NotFiniteNumberException

All Implemented Interfaces:
Serializable, LocalizedException

@Deprecated public class NotFiniteNumberException extends MathIllegalNumberException
Deprecated.
as of 1.0, this exception is replaced by MathIllegalArgumentException
Exception to be thrown when a number is not finite.
See Also:
  • Constructor Details

    • NotFiniteNumberException

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

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