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

ingenias.exception.ParseException Maven / Gradle / Ivy

package ingenias.exception;

public class ParseException extends Exception {

	public ParseException(String string) {
		super(string);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy