Message6274

Author doublep
Recipients doublep
Date 2010-12-08.13:05:03
SpamBayes Score 1.0837612e-05
Marked as misclassified No
Message-id <1291813504.13.0.958638189473.issue1684@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-12-08 13:05:04doublepsetrecipients: + doublep
2010-12-08 13:05:04doublepsetmessageid: <1291813504.13.0.958638189473.issue1684@psf.upfronthosting.co.za>
2010-12-08 13:05:04doubleplinkissue1684 messages
2010-12-08 13:05:03doublepcreate