Package org.midheaven.math
Class ArithmeticExceptions
java.lang.Object
org.midheaven.math.ArithmeticExceptions
Represents Arithmetic Exceptions.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ArithmeticExceptionPerforms divisionByZero.static ArithmeticExceptionPerforms integerInversion.
-
Constructor Details
-
ArithmeticExceptions
public ArithmeticExceptions()
-
-
Method Details
-
divisionByZero
Performs divisionByZero.- Returns:
- the result of divisionByZero
-
integerInversion
Performs integerInversion.- Returns:
- the result of integerInversion
-