Class ArithmeticUtils.NumbersArithmeticException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ArithmeticException
org.apache.commons.numbers.core.ArithmeticUtils.NumbersArithmeticException
All Implemented Interfaces:
Serializable
Enclosing class:
ArithmeticUtils

private static class ArithmeticUtils.NumbersArithmeticException extends ArithmeticException
Exception.
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serializable version Id.
      See Also:
  • Constructor Details

    • NumbersArithmeticException

      NumbersArithmeticException(String message, Object... args)
      Create an exception where the message is constructed by applying String.format(String, Object...).
      Parameters:
      message - Exception message format string
      args - Arguments for formatting the message