Package org.apache.commons.numbers.core
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
Exception.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
Serializable version Id. -
Constructor Summary
ConstructorsConstructorDescriptionNumbersArithmeticException
(String message, Object... args) Create an exception where the message is constructed by applyingString.format(String, Object...)
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerializable version Id.- See Also:
-
-
Constructor Details
-
NumbersArithmeticException
Create an exception where the message is constructed by applyingString.format(String, Object...)
.- Parameters:
message
- Exception message format stringargs
- Arguments for formatting the message
-