com.zhaofujun.automapper.mapping.NotFoundFieldException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automapper Show documentation
Show all versions of automapper Show documentation
easy to mapping jave entity
package com.zhaofujun.automapper.mapping;
public class NotFoundFieldException extends Exception {
public NotFoundFieldException(String message){
super(message);
}
public NotFoundFieldException(String message,Throwable cause){
super(message,cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy