> I changed your sample code to raise a JavaError with a Java RuntimeException > as argument in getBooleanQuery() and stepping through throwPythonError() > shows that the code there is correct. 'value' is the JavaError exception > instance and calling 'getJavaException()' on it returns the > RuntimeException. > > If there is a bug, it's elsewhere.
I don't think this would test the right behavior to tickle this bug. Try throwing an exception (say, an instance of java.lang.Throwable) from a Java class, instead of a Python class. Bill _______________________________________________ pylucene-dev mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/pylucene-dev
