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

me.wuwenbin.modules.sql.exception.SQLTableNotFoundException Maven / Gradle / Ivy

There is a newer version: 1.11.0.RELEASE
Show newest version
package me.wuwenbin.modules.sql.exception;

/**
 * 异常类
 * 

* Created by wuwenbin on 2017/1/9. */ public class SQLTableNotFoundException extends RuntimeException { public SQLTableNotFoundException(Class clazz) { super(clazz.getName() + "上不存在 @SQLTable !"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy