Exemplo n.º 1
0
 @Override
 public void reportError(RecognitionException e) {
   super.reportError(e);
   Thrower.sneakyThrow(e);
 }