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

org.nlpcn.es4sql.exception.SqlParseException Maven / Gradle / Ivy

The newest version!
package org.nlpcn.es4sql.exception;

public class SqlParseException extends Exception {

	public SqlParseException(String message) {
		super(message);
	}


	private static final long serialVersionUID = 1L;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy