package bjc.utils.gui; import java.io.IOException; /** * Represents the user not choosing a file. * @author ben * */ public class FileNotChosenException extends IOException { private static final long serialVersionUID = -8753348705210831096L; }