use action @rulecatch {...} and say catch(RecognitionException e)
{ throw e; }. Or that should work ;)
Ter
On Oct 8, 2006, at 12:39 PM, Robert Hill wrote:
> Hi all :)
>
> I want to bomb out of a rule immediately on a fatal condition how
> do I do it
> gracefully in V3? (java code..)
>
> Cheers!
>
> Rob
>
>
>
>