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

com.github.liuyehcf.framework.compile.engine.grammar.CompilerException Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy