Revision 2183 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/XMLException.java

View differences:

XMLException.java
47 47
 * @author Vicente Caballero Navarro
48 48
 */
49 49
public class XMLException extends Exception {
50
	private Exception e;
51

  
52 50
	/**
53 51
	 * Crea un nuevo XMLException.
54 52
	 *
55 53
	 * @param e DOCUMENT ME!
56 54
	 */
57 55
	public XMLException(Exception e) {
58
		this.e = e;
56
		super(e);
59 57
	}
60 58
}

Also available in: Unified diff