throw new ProcessingException("Error while reading the grammar from "+src);
ParserAutomatonBuilder builder =
new ParserAutomatonBuilder(grammar /*, new AvalonLogger(logger)*/);
ParserAutomaton automaton = builder.getParserAutomaton();
setParserAutomaton(builder.getParserAutomaton());
this.logger.info("Store automaton into store for '"+this.grammarSource.getURI()+"'");
store.store(this.grammarSource.getURI(),
new ParserAutomatonEntry(automaton, this.grammarSource.getValidity()));