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

com.wkclz.util.excelRd.ExcelRdException Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.wkclz.util.excelRd;

public class ExcelRdException extends Exception {

    /**
     * Fields serialVersionUID :
     * create @ 2017-07-19 11:12:23
     *
     * @author wangkc [email protected]
     */
    private static final long serialVersionUID = 1L;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy