View Javadoc

1   package net.sourceforge.xmlfit.data.impl;
2   
3   public class XmlLoadingException extends RuntimeException {
4   
5   	public XmlLoadingException(Throwable exp) {
6   		super(exp);
7   	}
8   	
9   }