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

com.github.youyinnn.youdbutils.exceptions.YouMapException Maven / Gradle / Ivy

package com.github.youyinnn.youdbutils.exceptions;

/**
 * 构建Map的时候出现的异常,比如奇数个参数,比如键值位不是String类型.
 *
 * @author youyinnn
 */
public class YouMapException extends Exception {

    public YouMapException(String msg) {
        super(msg);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy