
com.github.leeonky.dal.SyntaxException Maven / Gradle / Ivy
package com.github.leeonky.dal;
public class SyntaxException extends DalException {
public SyntaxException(int position, String message) {
super(message, position);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy