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

com.github.xphsc.exception.ExcelWriteException Maven / Gradle / Ivy

There is a newer version: 1.2.3
Show newest version
package com.github.xphsc.exception;

/**
 * Created by ${huipei.x} on 2017/6/20
 */
public class ExcelWriteException extends Exception{

    public ExcelWriteException() {
    }

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy