From: jprocter Date: Mon, 14 May 2012 10:10:03 +0000 (+0100) Subject: JAL-1095 - todo X-Git-Tag: Jalview_2_9~532^2~3 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=134f2d8911c5bf2d410b6144b3532f12f16e3d96;hp=d0690eef917fe48363d44b4c43263f68c6dfd578;p=jalview.git JAL-1095 - todo --- diff --git a/src/jalview/ws/dbsources/Xfam.java b/src/jalview/ws/dbsources/Xfam.java index 031ef2e..8cde6d7 100644 --- a/src/jalview/ws/dbsources/Xfam.java +++ b/src/jalview/ws/dbsources/Xfam.java @@ -47,6 +47,7 @@ public abstract class Xfam extends DbSourceProxyImpl // individual references to each sequence in each family alignment that's // retrieved. startQuery(); + // TODO: trap HTTP 404 exceptions and return null AlignmentI rcds = new jalview.io.FormatAdapter().readFile(getXFAMURL() + queries.trim().toUpperCase(), jalview.io.FormatAdapter.URL, "STH");