|
From: doublep <re...@bu...> - 2010-12-08 13:05:16
|
New submission from doublep <p.p...@an...>: The attached example demonstrates the problem. I have code that walks exception chain to "the real cause" to find out whether that cause should be reported as a user-level error (real_cause instanceof UserLevelException) or internal application bug. With exceptions raised from Jython code I cannot do this at the moment. ---------- components: Core files: test.java messages: 6274 nosy: doublep severity: normal status: open title: PyException raised from a Java exception doesn't have cause set versions: 2.5.1 Added file: http://bugs.jython.org/file912/test.java _______________________________________ Jython tracker <re...@bu...> <http://bugs.jython.org/issue1684> _______________________________________ |