/* 106 */ Reader xmlReader = new InputStreamReader(new FileInputStream(file), charset);
/* */
/* 109 */ return getReader().read(xmlReader);
/* */ } catch (JAXBRuntimeException ex) {
/* 111 */ Throwable cause = ex.getCause();
/* 112 */ throw new DocumentException(cause.getMessage(), cause); } catch (FileNotFoundException ex) {
/* */ }
/* 114 */ throw new DocumentException(ex.getMessage(), ex);
/* */ }