added logging for EA-62550 - NA: ErrorHandlerWrapper.createSAXParseException

This commit is contained in:
Ekaterina Tuzova
2014-12-05 18:12:46 +03:00
parent 3a8bdac634
commit 190afa56b5
@@ -228,6 +228,7 @@ public class IpnbUtils {
}
catch (SAXException e) {
LOG.error(e);
LOG.info("formula text " + formulaText);
}
catch (ParserConfigurationException e) {
LOG.error(e);