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