JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / srcjar / fr / orsay / lri / varna / models / templates / RNATemplateDrawingAlgorithmException.java
diff --git a/srcjar/fr/orsay/lri/varna/models/templates/RNATemplateDrawingAlgorithmException.java b/srcjar/fr/orsay/lri/varna/models/templates/RNATemplateDrawingAlgorithmException.java
deleted file mode 100644 (file)
index 818ef0f..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package fr.orsay.lri.varna.models.templates;
-
-import fr.orsay.lri.varna.exceptions.ExceptionDrawingAlgorithm;
-
-/**
- * Exception thrown in case of failure of the template-based
- * RNA drawing algorithm.
- * 
- * @author Raphael Champeimont
- */
-public class RNATemplateDrawingAlgorithmException extends ExceptionDrawingAlgorithm {
-
-       private static final long serialVersionUID = 1701307036024533400L;
-
-       public RNATemplateDrawingAlgorithmException(String message) {
-               super(message);
-       }
-}