me.zzp.ar.sql.SqlSyntaxException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jactiverecord Show documentation
Show all versions of jactiverecord Show documentation
ActiveRecord of Ruby on Rails in Java
package me.zzp.ar.sql;
/**
* 拼装SQL时遇到任何问题,抛出此异常。
*
* @since 1.0
* @author redraiment
*/
public class SqlSyntaxException extends RuntimeException {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy