public final void openWordExceptionsFile(final File wexFile) throws IOException, SAXException{
        if(wexFile != null && wexFile.exists()){
            LOGGER.info(MARKER_APPLICATION, "Opening Word Exceptions file: {}", wexFile.getName());

            final String language = affParser.getLanguage();