
me.wuwenbin.modules.sql.exception.DeleteSQLConditionsNullException Maven / Gradle / Ivy
The newest version!
package me.wuwenbin.modules.sql.exception;
/**
* 异常类
*
* Created by wuwenbin on 2017/1/12.
*/
public class DeleteSQLConditionsNullException extends RuntimeException {
public DeleteSQLConditionsNullException() {
super("删除语句中条件不能为空!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy