com.javaoffers.batis.modelhelper.exception.FindColException Maven / Gradle / Ivy
package com.javaoffers.batis.modelhelper.exception;
/**
* @Description: Error looking up field.
* @Auther: create by cmj on 2022/6/11 23:11
*/
public class FindColException extends RuntimeException {
public FindColException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy