summaryrefslogtreecommitdiff
path: root/sources/exceptions/VSNegativeNumberException.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-08-13 16:01:14 +0000
committerPaul Buetow <paul@buetow.org>2008-08-13 16:01:14 +0000
commit5bf750ce5d254cc85790adefccbff78277019353 (patch)
tree1af87bf66e724429f74422a4884bcc4d7ece12c8 /sources/exceptions/VSNegativeNumberException.java
parent9d704e679b0d38dc20bcdf866abdbd096b013284 (diff)
some cleanup
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;
}