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