javadoc
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 14 May 2012 09:02:22 +0000 (10:02 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 14 May 2012 09:02:22 +0000 (10:02 +0100)
src/jalview/ws/seqfetcher/DbSourceProxy.java

index fa02285..4b9c472 100644 (file)
@@ -100,11 +100,10 @@ public interface DbSourceProxy
   /**\r
    * make one or more queries to the database and attempt to parse the response\r
    * into an alignment\r
-   * \r
-   * @param queries\r
+   * @param queries - one or more queries for database in expected form\r
    * @return null if queries were successful but result was not parsable\r
-   * @throws Exception\r
-   *           TODO\r
+   * @throws Exception - propagated from underlying transport to database (note - exceptions are not raised if query not found in database)\r
+   *           \r
    */\r
   public AlignmentI getSequenceRecords(String queries) throws Exception;\r
 \r