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

com.github.salilvnair.excelprocessor.v2.exception.ExcelSheetWriterException Maven / Gradle / Ivy

The newest version!
package com.github.salilvnair.excelprocessor.v2.exception;

/**
 * @author Salil V Nair
 */
public class ExcelSheetWriterException extends RuntimeException {
    public ExcelSheetWriterException(String string) {
        super(string);
    }

    public ExcelSheetWriterException(Throwable e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy