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

com.alibaba.qlexpress4.exception.QLSyntaxException Maven / Gradle / Ivy

package com.alibaba.qlexpress4.exception;

import com.alibaba.qlexpress4.exception.lsp.Diagnostic;

/**
 * Author: DQinYuan
 */
public class QLSyntaxException extends QLException {
    protected QLSyntaxException(String message, Diagnostic diagnostic) {
        super(message, diagnostic);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy