> the 'help' basetokenstream gives here, that steve mentions, causes the 
> problem.
> I bet it catches and rethrows Throwable or something wrapped in a
> RuntimeException?

That's what it looks like.

> But if its an assumptionViolatedException... it should ensure it doesnt wrap 
> it!

There should actually be a method to rethrow exceptions without
wrapping them unnecessarily if you don't need such a wrapper. It's a
simple trick and it does the job - I suggest that we simply use it
(attached)?

Dawid

Attachment: Rethrow.java
Description: Binary data

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to