/**\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