
io.github.longxiaoyun.is.exception.ParseException Maven / Gradle / Ivy
package io.github.longxiaoyun.is.exception;
public class ParseException extends RuntimeException{
public ParseException(String message) {
super(message);
}
public ParseException() {
super();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy