![JAR search and dependency download from the Maven repository](/logo.png)
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