summaryrefslogtreecommitdiff
path: root/sources/exceptions
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-28 22:25:25 +0000
committerPaul Buetow <paul@buetow.org>2008-05-28 22:25:25 +0000
commitcd2024527c84e3e0fd22072a16ac1ff18e6d406d (patch)
treea920cee36078ce83a3eda711fb3c64037a175ae8 /sources/exceptions
parent1a16f73ec3bb0eae98b4d540984f9015abe4c249 (diff)
exceptions should start with VS too.
Diffstat (limited to 'sources/exceptions')
-rw-r--r--sources/exceptions/ParseIntegerVectorException.java4
-rw-r--r--sources/exceptions/VSParseIntegerVectorException.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/sources/exceptions/ParseIntegerVectorException.java b/sources/exceptions/ParseIntegerVectorException.java
deleted file mode 100644
index 0c8f58a..0000000
--- a/sources/exceptions/ParseIntegerVectorException.java
+++ /dev/null
@@ -1,4 +0,0 @@
-package exceptions;
-
-public class ParseIntegerVectorException extends Exception {
-}
diff --git a/sources/exceptions/VSParseIntegerVectorException.java b/sources/exceptions/VSParseIntegerVectorException.java
new file mode 100644
index 0000000..1ee6d16
--- /dev/null
+++ b/sources/exceptions/VSParseIntegerVectorException.java
@@ -0,0 +1,4 @@
+package exceptions;
+
+public class VSParseIntegerVectorException extends Exception {
+}