From 01cb9f504c860bc1c037a44f3a76bf342a293d46 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 22 Mar 2016 12:28:35 -0400 Subject: General formatting cleanup and documentation update --- .../main/java/bjc/utils/exceptions/FileNotChosenException.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/exceptions') diff --git a/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java b/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java index e7cfe67..681a702 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java +++ b/BJC-Utils2/src/main/java/bjc/utils/exceptions/FileNotChosenException.java @@ -9,12 +9,18 @@ import java.io.IOException; * */ public class FileNotChosenException extends IOException { + /** + * Version ID for serialization + */ private static final long serialVersionUID = -8753348705210831096L; + /** + * Create a new exception + */ public FileNotChosenException() { super(); } - + /** * Create a new exception with the given cause * -- cgit v1.2.3