At present when AIQ approve hits an error while processing the process exits with an Exception. Preferred behavior would be to catch the Exception, print an error, and continue processing.
Description
At present when AIQ approve hits an error while processing the process exits with an Exception. Preferred behavior would be to catch the Exception, print an error, and continue processing.
Charles Lee added a comment - 06/Aug/08 03:46 PM Put import in try-catch block so that we would print out exception message and continue importing other platforms