summaryrefslogtreecommitdiff
path: root/java/EAC/EmptyQueueException.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/EAC/EmptyQueueException.java')
-rw-r--r--java/EAC/EmptyQueueException.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/EAC/EmptyQueueException.java b/java/EAC/EmptyQueueException.java
deleted file mode 100644
index 0b2af00c36f..00000000000
--- a/java/EAC/EmptyQueueException.java
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * Title: EmptyQueueException
- * Description: An exception class for when an attempt is made to access
- * the head of the event queue when the queue is empty
- */
-package EAC;
-
-public class EmptyQueueException extends Exception {
-
- public EmptyQueueException(String msg) {
- super(msg);
- }
-} \ No newline at end of file