summaryrefslogtreecommitdiff
path: root/sources/exceptions/VSEventNotCopyableException.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/exceptions/VSEventNotCopyableException.java')
-rw-r--r--sources/exceptions/VSEventNotCopyableException.java16
1 files changed, 0 insertions, 16 deletions
diff --git a/sources/exceptions/VSEventNotCopyableException.java b/sources/exceptions/VSEventNotCopyableException.java
deleted file mode 100644
index f542db8..0000000
--- a/sources/exceptions/VSEventNotCopyableException.java
+++ /dev/null
@@ -1,16 +0,0 @@
-package exceptions;
-
-/**
- * The Interface VSEventNotCopyableException, this exception is thrown if
- * the someone tried to copy a not copyable event!
- *
- * @author Paul C. Buetow
- */
-public class VSEventNotCopyableException extends Exception {
- /** The serial version uid */
- private static final long serialVersionUID = 1L;
-
- public VSEventNotCopyableException(String descr) {
- super(descr);
- }
-}