ref #9189: move datasource to webapp
[taxeditor.git] / eu.etaxonomy.taxeditor.workbench / src / main / java / eu / etaxonomy / taxeditor / workbench / datasource / ICDMServerError.java
diff --git a/eu.etaxonomy.taxeditor.workbench/src/main/java/eu/etaxonomy/taxeditor/workbench/datasource/ICDMServerError.java b/eu.etaxonomy.taxeditor.workbench/src/main/java/eu/etaxonomy/taxeditor/workbench/datasource/ICDMServerError.java
new file mode 100644 (file)
index 0000000..639458b
--- /dev/null
@@ -0,0 +1,19 @@
+/**
+* Copyright (C) 2015 EDIT
+* European Distributed Institute of Taxonomy
+* http://www.e-taxonomy.eu
+*
+* The contents of this file are subject to the Mozilla Public License Version 1.1
+* See LICENSE.TXT at the top of this package for the full license terms.
+*/
+package eu.etaxonomy.taxeditor.workbench.datasource;
+
+/**
+ * @author cmathew
+ * @date 16 Nov 2015
+ */
+public interface ICDMServerError {
+
+    public void handleError(Throwable t);
+
+}