X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=srcjar%2Ffr%2Forsay%2Flri%2Fvarna%2Fexceptions%2FExceptionXmlLoading.java;fp=srcjar%2Ffr%2Forsay%2Flri%2Fvarna%2Fexceptions%2FExceptionXmlLoading.java;h=1efaf507a43d4847546aecf2a4ed7224556772d1;hb=4f30214e8098748469c6a4269ac2ed6c5750e4b0;hp=0000000000000000000000000000000000000000;hpb=9dabc02511e3a334a5749a504f57f69d6c9017bd;p=jalview.git diff --git a/srcjar/fr/orsay/lri/varna/exceptions/ExceptionXmlLoading.java b/srcjar/fr/orsay/lri/varna/exceptions/ExceptionXmlLoading.java new file mode 100644 index 0000000..1efaf50 --- /dev/null +++ b/srcjar/fr/orsay/lri/varna/exceptions/ExceptionXmlLoading.java @@ -0,0 +1,17 @@ +package fr.orsay.lri.varna.exceptions; + +/** + * Thrown by algorithms that load data from XML when they fail. + * + * @author Raphael Champeimont + */ +public class ExceptionXmlLoading extends Exception { + private static final long serialVersionUID = -6267373620339074008L; + + public ExceptionXmlLoading(String message) { + super(message); + } + + public ExceptionXmlLoading() { + } +} \ No newline at end of file