summaryrefslogtreecommitdiff
path: root/BJC-Utils2/src/main/java/bjc/utils/gui/FileNotChosenException.java
blob: b9725965257458f59bd7d35f48da7a54c55feac1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package bjc.utils.gui;

import java.io.IOException;

/**
 * Represents the user failing to choose a file.
 * @author ben
 *
 */
public class FileNotChosenException extends IOException {
	private static final long serialVersionUID = -8753348705210831096L;
	
}