webservice.ParseException Maven / Gradle / Ivy
The newest version!
package webservice;
public class ParseException extends RuntimeException{
public ParseException(String message){
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy