Message6942

Author kwatford
Recipients amak, kwatford
Date 2012-03-20.22:53:47
SpamBayes Score 5.8407175e-05
Marked as misclassified No
Message-id <1332284027.68.0.185637983229.issue1537@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps my explanation wasn't clear.

There was no error or exception to catch at that time (other than the artificial one) because the class loaded and imported correctly. As far as Jython is concerned, there is no problem with that class.

The exception occurs at a later time because a classloader external to Jython can't load it. 

The problem could be detected at import time, but only by attempting to use the XMLReaderFactory and catching the exception that it produces.
History
Date User Action Args
2012-03-20 22:53:47kwatfordsetmessageid: <1332284027.68.0.185637983229.issue1537@psf.upfronthosting.co.za>
2012-03-20 22:53:47kwatfordsetrecipients: + kwatford, amak
2012-03-20 22:53:47kwatfordlinkissue1537 messages
2012-03-20 22:53:47kwatfordcreate