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:
java.io.Serializable
- Enclosing class:
- ArithmeticUtils
private static class ArithmeticUtils.NumbersArithmeticException extends java.lang.ArithmeticException
Exception.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
Serializable version Id.
-
Constructor Summary
Constructors Constructor Description NumbersArithmeticException(java.lang.String message, java.lang.Object... args)
Constructor with a specific message.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Serializable version Id.- See Also:
- Constant Field Values
-
-