![JAR search and dependency download from the Maven repository](/logo.png)
com.github.liuyehcf.framework.compile.engine.grammar.CompilerException Maven / Gradle / Ivy
package com.github.liuyehcf.framework.compile.engine.grammar;
/**
* 解析异常
*
* @author hechenfeng
* @date 2018/04/16
*/
public class CompilerException extends RuntimeException {
public CompilerException() {
super();
}
public CompilerException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy