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

me.wuwenbin.modules.sql.exception.InsertColumnNullException 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/12. */ public class InsertColumnNullException extends RuntimeException { public InsertColumnNullException() { super("插入的字段不能小于1列 !"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy