
org.psjava.ds.numbersystrem.OverflowException Maven / Gradle / Ivy
package org.psjava.ds.numbersystrem;
public class OverflowException {
public static ArithmeticException create() {
return new ArithmeticException("Overflow");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy