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

me.wuwenbin.tools.sqlgen.exception.DeleteSQLConditionsNullException Maven / Gradle / Ivy

package me.wuwenbin.tools.sqlgen.exception;

/**
 * 异常类
 * 

* Created by wuwenbin on 2017/1/12. */ public class DeleteSQLConditionsNullException extends RuntimeException { public DeleteSQLConditionsNullException() { super("删除语句中条件不能为空!"); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy