Returns the difference of the arguments,
throwing an exception if the result overflows an {@code int}.
@param x the first value
@param y the second value to subtract from the first
@return the result
@throws ArithmeticException if the result overflows an int
Returns the difference of the arguments, throwing an exception if the result overflows an {@code int}.
@param x the first value @param y the second value to subtract from the first @return the result @throws ArithmeticException if the result overflows an int