summaryrefslogtreecommitdiff
path: root/sources/exceptions/VSNegativeNumberException.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/exceptions/VSNegativeNumberException.java')
-rw-r--r--sources/exceptions/VSNegativeNumberException.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/exceptions/VSNegativeNumberException.java b/sources/exceptions/VSNegativeNumberException.java
index ea6073c..a30a385 100644
--- a/sources/exceptions/VSNegativeNumberException.java
+++ b/sources/exceptions/VSNegativeNumberException.java
@@ -30,4 +30,6 @@ package exceptions;
* @author Paul C. Buetow
*/
public class VSNegativeNumberException extends Exception {
+ /** The serial version uid */
+ private static final long serialVersionUID = 1L;
}