
com.alibaba.qlexpress4.exception.ExceptionFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qlexpress4 Show documentation
Show all versions of qlexpress4 Show documentation
QLExpress is a powerful, lightweight, dynamic language for the Java platform aimed at improving
developers’ productivity in different business scenes.
The newest version!
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