diff options
Diffstat (limited to 'src/org/semanticweb/karma2/exception/IllegalInputQueryException.java')
| -rw-r--r-- | src/org/semanticweb/karma2/exception/IllegalInputQueryException.java | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/org/semanticweb/karma2/exception/IllegalInputQueryException.java b/src/org/semanticweb/karma2/exception/IllegalInputQueryException.java deleted file mode 100644 index bb94cb7..0000000 --- a/src/org/semanticweb/karma2/exception/IllegalInputQueryException.java +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | package org.semanticweb.karma2.exception; | ||
| 2 | |||
| 3 | public class IllegalInputQueryException extends Exception { | ||
| 4 | |||
| 5 | /** | ||
| 6 | * | ||
| 7 | */ | ||
| 8 | private static final long serialVersionUID = 1L; | ||
| 9 | |||
| 10 | public IllegalInputQueryException(String string) { | ||
| 11 | super(string); | ||
| 12 | } | ||
| 13 | |||
| 14 | } | ||
