This commit is contained in:
Arjen Poutsma
2006-10-05 14:42:48 +00:00
parent 1712eb2a09
commit 47b9e79bcc

View File

@@ -15,14 +15,15 @@
*/
package org.springframework.oxm;
import org.springframework.core.NestedRuntimeException;
import org.springframework.xml.XmlException;
/**
* Root of the hierarchy of Object XML Mapping exceptions.
*
* @author Arjen Poutsma
*/
public abstract class XmlMappingException extends NestedRuntimeException {
public abstract class XmlMappingException extends XmlException {
/**
* Constructor for <code>XmlMappingException</code>.
*/