Hi Peter,

One way of track error is through @rulecatch clause. So, every exception in
your grammar will be caught there.
Ex:

@rulecatch {
catch (RecognitionException e) {
    reportError(e);
    throw e;
}
}


On Sat, Oct 24, 2009 at 9:48 PM, Peter Boughton <[email protected]> wrote:

> Hi,
>
> I'm keep getting errors listed as "Recognition exception
> org.antlr.runtime.EarlyExitException"
>
> So what does this actually mean?
> Obviously something has gone wrong, but how do I track down what it is?
>
> Thanks,
>
> Peter
>
> List: http://www.antlr.org/mailman/listinfo/antlr-interest
> Unsubscribe:
> http://www.antlr.org/mailman/options/antlr-interest/your-email-address
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"il-antlr-interest" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/il-antlr-interest?hl=en
-~----------~----~----~----~------~----~------~--~---

List: http://www.antlr.org/mailman/listinfo/antlr-interest
Unsubscribe: 
http://www.antlr.org/mailman/options/antlr-interest/your-email-address

Reply via email to