com.nwalsh.sinclude.exceptions.XIncludeNoFragmentException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sinclude Show documentation
Show all versions of sinclude Show documentation
An XInclude processor for Saxon
package com.nwalsh.sinclude.exceptions;
public class XIncludeNoFragmentException extends XIncludeException {
public XIncludeNoFragmentException(String message, Throwable cause) {
super(message, cause);
}
public XIncludeNoFragmentException(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy