JAL-3026 srcjar files for VARNA and log4j
[jalview.git] / srcjar / fr / orsay / lri / varna / models / templates / RNATemplateDrawingAlgorithmException.java
1 package fr.orsay.lri.varna.models.templates;
2
3 import fr.orsay.lri.varna.exceptions.ExceptionDrawingAlgorithm;
4
5 /**
6  * Exception thrown in case of failure of the template-based
7  * RNA drawing algorithm.
8  * 
9  * @author Raphael Champeimont
10  */
11 public class RNATemplateDrawingAlgorithmException extends ExceptionDrawingAlgorithm {
12
13         private static final long serialVersionUID = 1701307036024533400L;
14
15         public RNATemplateDrawingAlgorithmException(String message) {
16                 super(message);
17         }
18 }