Uses of Class
org.bioquery.query.QueryException

Packages that use QueryException
org.bioquery.query A complete framework for modeling, storing, and submitting queries to mutliple different databases. 
 

Uses of QueryException in org.bioquery.query
 

Subclasses of QueryException in org.bioquery.query
 class InvalidQueryException
          Exception class thrown when data or methods within Query objects do not work as intended.
 class InvalidQueryLineException
          Exception class thrown when the query text of a QueryLine object is not valid or contains an invalid line number reference to another QueryLine.