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

com.fredericboisguerin.excel.reader.ExcelReaderException Maven / Gradle / Ivy

There is a newer version: 2.1
Show newest version
package com.fredericboisguerin.excel.reader;

/**
 * Created by fboisguerin on 23/07/2015.
 */
public class ExcelReaderException extends Exception {

    public ExcelReaderException(Throwable cause) {
        super("Impossible de lire le fichier Excel", cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy