![JAR search and dependency download from the Maven repository](/logo.png)
io.github.frogif.calculator.number.exception.NumericOverflowException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calculator-number Show documentation
Show all versions of calculator-number Show documentation
support general calculate for rational number and integer number, and precision lossless.
The newest version!
package io.github.frogif.calculator.number.exception;
public class NumericOverflowException extends ArithmeticException{
public NumericOverflowException(){
super("out of system express range.");
}
public NumericOverflowException(String msg){
super(msg);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy