1 package fr.orsay.lri.varna.exceptions;
4 * Thrown by XML-generating algorithms when they fail.
6 * @author Raphael Champeimont
8 public class ExceptionXMLGeneration extends Exception {
9 private static final long serialVersionUID = 8867910395701431387L;
11 public ExceptionXMLGeneration(String message) {
15 public ExceptionXMLGeneration() {