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

com.gitee.hengboy.mybatis.enhance.dsl.exception.BuildSQLException Maven / Gradle / Ivy

package com.gitee.hengboy.mybatis.enhance.dsl.exception;

import com.gitee.hengboy.mybatis.enhance.exception.EnhanceFrameworkException;

/**
 * 构建sql异常
 *
 * @author:于起宇 

* ================================ * Created with IDEA. * Date:2018/8/10 * Time:2:40 PM * 简书:http://www.jianshu.com/u/092df3f77bca * 码云:https://gitee.com/hengboy * GitHub:https://github.com/hengyuboy * ================================ *

*/ public class BuildSQLException extends EnhanceFrameworkException { public BuildSQLException(String message) { super(message); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy