From: jprocter Date: Tue, 30 Aug 2011 10:27:00 +0000 (+0100) Subject: JAL-715 - notify user of parsing problems for results from a service's URL X-Git-Tag: Release_2_7~69 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f871c9fad37f18360e54af161828841b59dc80ac;p=jalview.git JAL-715 - notify user of parsing problems for results from a service's URL --- diff --git a/src/jalview/ws/rest/RestJobThread.java b/src/jalview/ws/rest/RestJobThread.java index 4bc183a..6adaecd 100644 --- a/src/jalview/ws/rest/RestJobThread.java +++ b/src/jalview/ws/rest/RestJobThread.java @@ -455,6 +455,10 @@ public class RestJobThread extends AWSThread + rj.getJobId()); ex.printStackTrace(); } + finally { + rj.error=true; + rj.statMessage = "Error whilst parsing data for this job.
URL for job response is :"+rj.resSet.getUrl()+"
"; + } } } if (validres > 0)