Counter<String> words = app.createWordList(app.fileIn);
app.doLayout(renderer, words, app.fileOut);
} catch (CmdLineException e) {
// handling of wrong arguments
System.err.println(e.getMessage());
parser.printUsage(System.err);
} catch (IOException e) {
System.err.println(e.getMessage());
} catch (ClassNotFoundException e) {
System.err.println(e.getMessage());
} catch (NoSuchMethodException e) {