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

io.github.af19git5.exception.ExcelException Maven / Gradle / Ivy

The newest version!
package io.github.af19git5.exception;

/**
 * Excel處理錯誤
 *
 * @author Jimmy Kang
 */
public class ExcelException extends Exception {

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

    public ExcelException(Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy