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

com.github.shaohj.sstool.poiexpand.common.exception.PoiExpandException Maven / Gradle / Ivy

package com.github.shaohj.sstool.poiexpand.common.exception;

/**
 * 编  号:
 * 名  称:PoiExpandException
 * 描  述:
 * 完成日期:2019/6/19 23:51
 * @author:felix.shao
 */
public class PoiExpandException extends RuntimeException {

    public PoiExpandException() {
        super();
    }

    public PoiExpandException(String message) {
        super(message);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy