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

io.github.relbraun.poi.SpreadsheetReadException Maven / Gradle / Ivy

The newest version!
package io.github.relbraun.poi;


public class SpreadsheetReadException extends Exception {

    private static final long serialVersionUID = 1L;


    // Constructors
    // ------------------------------------------------------------------------

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy