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

org.convertertopdf.exception.FileFormatException Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
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