public SpinXmlTreeElementException moreThanOneChildElementFoundForNamespaceAndName(String namespace, String elementName) {
return new SpinXmlTreeElementException(exceptionMessage("008", "More than one child element was found for namespace '{}' and name '{}'", namespace, elementName));
}
public SpinXmlDataFormatException unableToParseInput(Exception e) {
return new SpinXmlDataFormatException(exceptionMessage("009", "Unable to parse input into DOM document"), e);
}