org.convertertopdf.exception.FileFormatException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convertertopdf Show documentation
Show all versions of convertertopdf Show documentation
A component 100% free, which convert several file formats to PDF
package org.convertertopdf.exception;
/**
* Exception class, which informs that the file is not compatible with the converter.
* @author Thiago Leite
* e-mail: [email protected]
*/
public final class FileFormatException extends Exception {
/**
* Serial Id.
*/
private static final long serialVersionUID = 2974169705043525777L;
public FileFormatException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy