Uses of Class
org.eclipse.rdf4j.query.QueryResultHandlerException
-
Packages that use QueryResultHandlerException Package Description org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabularyorg.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.query.resultio.binary org.eclipse.rdf4j.query.resultio.helpers org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.eclipse.rdf4j.query.resultio.text org.eclipse.rdf4j.query.resultio.text.csv org.eclipse.rdf4j.query.resultio.text.tsv -
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query
Subclasses of QueryResultHandlerException in org.eclipse.rdf4j.query Modifier and Type Class Description class
BooleanQueryResultHandlerException
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.class
TupleQueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.Methods in org.eclipse.rdf4j.query that throw QueryResultHandlerException Modifier and Type Method Description void
AbstractTupleQueryResultHandler. handleBoolean(boolean value)
void
QueryResultHandler. handleBoolean(boolean value)
Handles the specified boolean value.void
AbstractTupleQueryResultHandler. handleLinks(java.util.List<java.lang.String> linkUrls)
void
QueryResultHandler. handleLinks(java.util.List<java.lang.String> linkUrls)
Handles the links elements which are present in SPARQL Results JSON and SPARQL Results XML documents in the header. -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg that throw QueryResultHandlerException Modifier and Type Method Description void
DAWGTestResultSetWriter. handleBoolean(boolean value)
void
DAWGTestResultSetWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryResultHandlerException Modifier and Type Method Description void
QueryResultWriter. endHeader()
Indicates the end of the header.void
RDFStarDecodingQueryResultHandler. handleBoolean(boolean value)
void
RDFStarDecodingQueryResultHandler. handleLinks(java.util.List<java.lang.String> linkUrls)
void
QueryResultWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
Handles a namespace prefix declaration.void
QueryResultWriter. handleStylesheet(java.lang.String stylesheetUrl)
Handles a stylesheet URL.void
AbstractTupleQueryResultParser. parseQueryResult(java.io.InputStream in)
void
QueryResultParser. parseQueryResult(java.io.InputStream in)
Parse the query results out of the givenInputStream
into the handler setup usingQueryResultParser.setQueryResultHandler(QueryResultHandler)
.void
QueryResultWriter. startDocument()
Indicates the start of the document.void
QueryResultWriter. startHeader()
Indicates the start of the header.static void
QueryResultIO. writeBoolean(boolean value, QueryResultFormat format, java.io.OutputStream out)
Writes a boolean query result document in a specific boolean query result format to an output stream. -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that throw QueryResultHandlerException Modifier and Type Method Description void
BinaryQueryResultWriter. endHeader()
void
BinaryQueryResultWriter. handleBoolean(boolean value)
void
BinaryQueryResultWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
void
BinaryQueryResultWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
void
BinaryQueryResultWriter. handleStylesheet(java.lang.String stylesheetUrl)
void
BinaryQueryResultWriter. startHeader()
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.helpers
Methods in org.eclipse.rdf4j.query.resultio.helpers that throw QueryResultHandlerException Modifier and Type Method Description java.util.List<java.lang.String>
QueryResultCollector. getBindingNames()
Returns a collection of binding names collected.java.util.List<BindingSet>
QueryResultCollector. getBindingSets()
boolean
QueryResultCollector. getBoolean()
IfQueryResultCollector.getHandledBoolean()
returns true this method returns the boolean that was last found usingQueryResultCollector.handleBoolean(boolean)
void
BackgroundTupleResult. handleBoolean(boolean value)
Deprecated.void
QueryResultCollector. handleBoolean(boolean value)
void
BackgroundTupleResult. handleLinks(java.util.List<java.lang.String> linkUrls)
Deprecated.void
QueryResultCollector. handleLinks(java.util.List<java.lang.String> linkUrls)
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw QueryResultHandlerException Modifier and Type Method Description void
AbstractSPARQLJSONWriter. endHeader()
void
AbstractSPARQLJSONWriter. handleBoolean(boolean value)
void
AbstractSPARQLJSONWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
void
AbstractSPARQLJSONWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
void
AbstractSPARQLJSONWriter. handleStylesheet(java.lang.String stylesheetUrl)
void
AbstractSPARQLJSONParser. parseQueryResult(java.io.InputStream in)
protected boolean
AbstractSPARQLJSONParser. parseQueryResultInternal(java.io.InputStream in, boolean attemptParseBoolean, boolean attemptParseTuple)
void
AbstractSPARQLJSONWriter. startDocument()
void
AbstractSPARQLJSONWriter. startHeader()
protected void
AbstractSPARQLJSONWriter. writeValue(Value value)
protected void
SPARQLResultsJSONWriter. writeValue(Value value)
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that throw QueryResultHandlerException Modifier and Type Method Description void
AbstractSPARQLXMLWriter. endHeader()
void
AbstractSPARQLXMLWriter. handleBoolean(boolean value)
void
AbstractSPARQLXMLWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
void
AbstractSPARQLXMLWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
void
AbstractSPARQLXMLWriter. handleStylesheet(java.lang.String url)
void
AbstractSPARQLXMLParser. parseQueryResult(java.io.InputStream in)
protected boolean
AbstractSPARQLXMLParser. parseQueryResultInternal(java.io.InputStream in, boolean attemptParseBoolean, boolean attemptParseTuple)
void
AbstractSPARQLXMLWriter. startDocument()
void
AbstractSPARQLXMLWriter. startHeader()
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text
Methods in org.eclipse.rdf4j.query.resultio.text that throw QueryResultHandlerException Modifier and Type Method Description void
BooleanTextWriter. endHeader()
void
BooleanTextWriter. handleBoolean(boolean value)
void
BooleanTextWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
void
BooleanTextWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
void
BooleanTextWriter. handleStylesheet(java.lang.String stylesheetUrl)
void
BooleanTextParser. parseQueryResult(java.io.InputStream in)
void
BooleanTextWriter. startDocument()
void
BooleanTextWriter. startHeader()
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that throw QueryResultHandlerException Modifier and Type Method Description void
SPARQLResultsCSVWriter. endHeader()
void
SPARQLResultsCSVWriter. handleBoolean(boolean value)
void
SPARQLResultsCSVWriter. handleLinks(java.util.List<java.lang.String> linkUrls)
void
SPARQLResultsCSVWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
void
SPARQLResultsCSVWriter. handleStylesheet(java.lang.String stylesheetUrl)
void
SPARQLResultsCSVWriter. startDocument()
void
SPARQLResultsCSVWriter. startHeader()
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that throw QueryResultHandlerException Modifier and Type Method Description void
SPARQLResultsTSVWriter. handleBoolean(boolean value)
void
SPARQLResultsTSVWriter. handleNamespace(java.lang.String prefix, java.lang.String uri)
-