All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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