Uses of Class
org.openrdf.sesame.query.QueryErrorType

Packages that use QueryErrorType
org.openrdf.sesame.query   
org.openrdf.sesame.sailimpl.omm.security   
 

Uses of QueryErrorType in org.openrdf.sesame.query
 

Fields in org.openrdf.sesame.query declared as QueryErrorType
static QueryErrorType QueryErrorType.MALFORMED_QUERY_ERROR
          Constant used for identifying a malformed query error.
static QueryErrorType QueryErrorType.QUERY_EVALUATION_ERROR
          Constant used for identifying a query evaluation error.
 

Methods in org.openrdf.sesame.query that return QueryErrorType
static QueryErrorType QueryErrorType.forValue(String value)
          Returns a QueryErrorType constant for the specified value.
 

Methods in org.openrdf.sesame.query with parameters of type QueryErrorType
 void XmlQueryResultWriter.error(QueryErrorType errType, String msg)
           
 void VarBindingRdfWriter.error(QueryErrorType errType, String msg)
           
 void TableQueryResultListener.error(QueryErrorType errType, String msg)
          Reports an error that has occurred during the query evaluation.
 void TableQueryDuplicatesFilter.error(QueryErrorType errType, String msg)
           
 void QueryResultsTableBuilder.error(QueryErrorType errType, String msg)
           
 void HtmlTableWriter.error(QueryErrorType errType, String msg)
           
 void BinaryTableResultWriter.error(QueryErrorType errType, String msg)
           
 

Uses of QueryErrorType in org.openrdf.sesame.sailimpl.omm.security
 

Methods in org.openrdf.sesame.sailimpl.omm.security with parameters of type QueryErrorType
 void SecuritySail.error(QueryErrorType errType, String msg)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.