1 2 3 4 5 6 7 8 9 10 11 12 13
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; }