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

com.zhaofujun.automapper.mapping.NotFoundFieldException Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
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