diff options
| author | yzhou <yujiao.zhou@gmail.com> | 2015-04-21 10:34:27 +0100 |
|---|---|---|
| committer | yzhou <yujiao.zhou@gmail.com> | 2015-04-21 10:34:27 +0100 |
| commit | 9ce65c5a963b03ee97fe9cb6c5aa65a3c04a80a8 (patch) | |
| tree | 47511c0fb89dccff0db4b5990522e04f294d795b /src/org/semanticweb/karma2/exception/IllegalInputQueryException.java | |
| parent | b1ac207612ee8b045244253fb94b866104bc34f2 (diff) | |
| download | ACQuA-9ce65c5a963b03ee97fe9cb6c5aa65a3c04a80a8.tar.gz ACQuA-9ce65c5a963b03ee97fe9cb6c5aa65a3c04a80a8.zip | |
initial version
Diffstat (limited to 'src/org/semanticweb/karma2/exception/IllegalInputQueryException.java')
| -rw-r--r-- | src/org/semanticweb/karma2/exception/IllegalInputQueryException.java | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/org/semanticweb/karma2/exception/IllegalInputQueryException.java b/src/org/semanticweb/karma2/exception/IllegalInputQueryException.java new file mode 100644 index 0000000..bb94cb7 --- /dev/null +++ b/src/org/semanticweb/karma2/exception/IllegalInputQueryException.java | |||
| @@ -0,0 +1,14 @@ | |||
| 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 | } | ||
