summaryrefslogtreecommitdiff
path: root/sources/exceptions/VSParseIntegerVectorException.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/exceptions/VSParseIntegerVectorException.java')
-rw-r--r--sources/exceptions/VSParseIntegerVectorException.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/sources/exceptions/VSParseIntegerVectorException.java b/sources/exceptions/VSParseIntegerVectorException.java
deleted file mode 100644
index 19c2b82..0000000
--- a/sources/exceptions/VSParseIntegerVectorException.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package exceptions;
-
-/**
- * The Interface VSParseIntegerVectorException, this exception is thrown if
- * the VSAbstractEditor is not able to parse the vector fields input of the
- * user.
- *
- * @author Paul C. Buetow
- */
-public class VSParseIntegerVectorException extends Exception {
- /** The serial version uid */
- private static final long serialVersionUID = 1L;
-}