245246247248249250251252
} catch (IOException e){ throw new Exception(formatMsg("err.cannot.write", tempFile.getName())); } } n2aOut = new BufferedWriter(new N2AFilter(output)); return n2aOut; }