Skip to content
Snippets Groups Projects
Commit 5f076344 authored by Hugues.Cazeaux's avatar Hugues.Cazeaux
Browse files

chore: change execption error message

parent 2b6d132e
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ public class XMLTool {
validator.validate(new DOMSource(doc));
} catch (ParserConfigurationException | SAXException | IOException e) {
throw new SolidifyCheckingException(logValidationError(xml, xsd), e);
throw new SolidifyCheckingException(e.getMessage(), e);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment