
org.guppy4j.datatree.XmlException Maven / Gradle / Ivy
The newest version!
package org.guppy4j.datatree;
/**
* An XML exception
*/
public class XmlException extends PayloadException {
public XmlException(String message) {
super(message);
}
public XmlException(String message, Throwable cause) {
super(message, cause);
}
public XmlException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy