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

com.fredericboisguerin.excel.writer.ExcelWriterException Maven / Gradle / Ivy

The newest version!
package com.fredericboisguerin.excel.writer;

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

    public ExcelWriterException(Throwable cause) {
        super("Impossible de réaliser l'export des candidats", cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy