summaryrefslogtreecommitdiff
path: root/sources/exceptions/VSParseIntegerVectorException.java
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/VSParseIntegerVectorException.java
parent1a16f73ec3bb0eae98b4d540984f9015abe4c249 (diff)
exceptions should start with VS too.
Diffstat (limited to 'sources/exceptions/VSParseIntegerVectorException.java')
-rw-r--r--sources/exceptions/VSParseIntegerVectorException.java4
1 files changed, 4 insertions, 0 deletions
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 {
+}