summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/lookup/InvalidEntityPathException.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/lookup/InvalidEntityPathException.java')
-rwxr-xr-xsource/com/c2kernel/lookup/InvalidEntityPathException.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/source/com/c2kernel/lookup/InvalidEntityPathException.java b/source/com/c2kernel/lookup/InvalidEntityPathException.java
deleted file mode 100755
index 27c754d..0000000
--- a/source/com/c2kernel/lookup/InvalidEntityPathException.java
+++ /dev/null
@@ -1,13 +0,0 @@
-package com.c2kernel.lookup;
-
-public class InvalidEntityPathException extends Exception {
-
- public InvalidEntityPathException() {
- super();
- }
-
- public InvalidEntityPathException(String msg) {
- super(msg);
- }
-
-}