diff options
Diffstat (limited to 'src/org/semanticweb/karma2/exception')
4 files changed, 0 insertions, 53 deletions
diff --git a/src/org/semanticweb/karma2/exception/ConstraintException.java b/src/org/semanticweb/karma2/exception/ConstraintException.java deleted file mode 100644 index d02e1b1..0000000 --- a/src/org/semanticweb/karma2/exception/ConstraintException.java +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | package org.semanticweb.karma2.exception; | ||
| 2 | |||
| 3 | |||
| 4 | public class ConstraintException extends Exception { | ||
| 5 | |||
| 6 | /** | ||
| 7 | * | ||
| 8 | */ | ||
| 9 | private static final long serialVersionUID = -2358667126775918262L; | ||
| 10 | |||
| 11 | public ConstraintException(String string) { | ||
| 12 | super(string); | ||
| 13 | } | ||
| 14 | |||
| 15 | |||
| 16 | } | ||
| 17 | |||
diff --git a/src/org/semanticweb/karma2/exception/IllegalInputOntologyException.java b/src/org/semanticweb/karma2/exception/IllegalInputOntologyException.java deleted file mode 100644 index 18df25a..0000000 --- a/src/org/semanticweb/karma2/exception/IllegalInputOntologyException.java +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | package org.semanticweb.karma2.exception; | ||
| 2 | |||
| 3 | public class IllegalInputOntologyException extends Exception { | ||
| 4 | |||
| 5 | private static final long serialVersionUID = -2352640877361631466L; | ||
| 6 | |||
| 7 | public IllegalInputOntologyException(String msg) {} | ||
| 8 | |||
| 9 | } | ||
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 | } | ||
diff --git a/src/org/semanticweb/karma2/exception/QueryExecutionException.java b/src/org/semanticweb/karma2/exception/QueryExecutionException.java deleted file mode 100644 index bb393ba..0000000 --- a/src/org/semanticweb/karma2/exception/QueryExecutionException.java +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | package org.semanticweb.karma2.exception; | ||
| 2 | |||
| 3 | import java.util.concurrent.ExecutionException; | ||
| 4 | |||
| 5 | public class QueryExecutionException extends ExecutionException { | ||
| 6 | |||
| 7 | private static final long serialVersionUID = 4082514276158055768L; | ||
| 8 | |||
| 9 | public QueryExecutionException(String msg) { | ||
| 10 | super(msg); | ||
| 11 | } | ||
| 12 | |||
| 13 | } | ||
