com.iodesystems.xml.tools.loaded.NodeLoadErrored Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xmltools Show documentation
Show all versions of xmltools Show documentation
Xmltools contains a flexible jaxb xml loader
package com.iodesystems.xml.tools.loaded;
import com.iodesystems.xml.tools.Locator;
import com.iodesystems.xml.tools.XmlLoader;
import org.w3c.dom.Node;
public class NodeLoadErrored extends LoadErrored {
public NodeLoadErrored(
Node nodeSource,
Locator nodeLocator,
Class loadClass,
Exception loadException,
XmlLoader xmlLoader) {
super(loadException);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy