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

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

package com.alibaba.qlexpress4.exception;

/**
 * Author: DQinYuan
 */
public interface ExceptionFactory {

    T newException(String message, int lineNo, int colNo, String errLexeme,
                   String errorCode, String reason, String snippet);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy