JAL-3032 upgrade to Jmol 14.29.17; clearing of src2 directory
[jalview.git] / src2 / fr / orsay / lri / varna / exceptions / ExceptionXMLGeneration.java
diff --git a/src2/fr/orsay/lri/varna/exceptions/ExceptionXMLGeneration.java b/src2/fr/orsay/lri/varna/exceptions/ExceptionXMLGeneration.java
deleted file mode 100644 (file)
index ac07e6f..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package fr.orsay.lri.varna.exceptions;
-
-/**
- * Thrown by XML-generating algorithms when they fail.
- * 
- * @author Raphael Champeimont
- */
-public class ExceptionXMLGeneration extends Exception {
-       private static final long serialVersionUID = 8867910395701431387L;
-
-       public ExceptionXMLGeneration(String message) {
-               super(message);
-       }
-       
-       public ExceptionXMLGeneration() {
-       }
-}