com.github.leeonky.util.NumberOverflowException Maven / Gradle / Ivy
The newest version!
package com.github.leeonky.util;
public class NumberOverflowException extends RuntimeException {
public NumberOverflowException(String content) {
super(String.format("Cannon save [%s] with the given postfix type", content));
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy