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) Constructor with a specific message. -
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
Constructor with a specific message.- Parameters:
message
- Message pattern providing the specific context of the error.args
- Arguments.
-