com.poiji.exception.InvalidExcelFileExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of poiji2 Show documentation
Show all versions of poiji2 Show documentation
Perfect annotation based library to read and write excel files
package com.poiji.exception;
/**
* Created by hakan on 17/01/2017.
*/
@SuppressWarnings("serial")
public final class InvalidExcelFileExtension extends PoijiException {
public InvalidExcelFileExtension(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy