QueryException is thrown by QueryBuilder.getNextRow and getRows methods
when the database query could not be performed.
Application developers should treat QueryException like
other ChainedException objects.
QueryExceptions indicate run-time errors in accessing the database.
See Also: QueryBuilder See Also: author: Jay Gunter