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

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

The newest version!
package com.zhaofujun.automapper.mapping;

public class ParseValueException extends Exception {
    public ParseValueException(String message) {
        super(message);
    }

    public ParseValueException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy