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

com.github.bingoohuang.settingbeanorm.validator.ValueValidateException Maven / Gradle / Ivy

package com.github.bingoohuang.settingbeanorm.validator;

public class ValueValidateException extends RuntimeException {
    public ValueValidateException(String msg) {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy