533534535536537538539540541542543
e2.printStackTrace(); } throw e2; } catch (DocumentException e) { DocumentException e2 = new DocumentException("Error parsing " + newFilename); e2.initCause(e); if (verbose) { e2.printStackTrace(); } throw e2; }