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

ch.software_atelier.simpleflex.docs.impl.FileDocException Maven / Gradle / Ivy

There is a newer version: 2.2.2
Show newest version
package ch.software_atelier.simpleflex.docs.impl;

/**
 * This Exception is used in the class FileDoc and is thrown if the given File does not exist.
 */
public class FileDocException extends Exception {
	public FileDocException(String message){
		super(message);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy