Uses of Class
org.eclipse.rdf4j.query.QueryResultHandlerException
Packages that use QueryResultHandlerException
Package
Description
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query
Subclasses of QueryResultHandlerException in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionclass
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.class
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.Methods in org.eclipse.rdf4j.query that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractTupleQueryResultHandler.handleBoolean
(boolean value) void
QueryResultHandler.handleBoolean
(boolean value) Handles the specified boolean value.void
AbstractTupleQueryResultHandler.handleLinks
(List<String> linkUrls) void
QueryResultHandler.handleLinks
(List<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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
DAWGTestResultSetWriter.handleBoolean
(boolean value) void
DAWGTestResultSetWriter.handleLinks
(List<String> linkUrls) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
QueryResultWriter.endHeader()
Indicates the end of the header.void
RDFStarDecodingQueryResultHandler.handleBoolean
(boolean value) void
RDFStarDecodingQueryResultHandler.handleLinks
(List<String> linkUrls) void
QueryResultWriter.handleNamespace
(String prefix, String uri) Handles a namespace prefix declaration.void
QueryResultWriter.handleStylesheet
(String stylesheetUrl) Handles a stylesheet URL.void
AbstractTupleQueryResultParser.parseQueryResult
(InputStream in) void
QueryResultParser.parseQueryResult
(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, 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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
BinaryQueryResultWriter.endHeader()
void
BinaryQueryResultWriter.handleBoolean
(boolean value) void
BinaryQueryResultWriter.handleLinks
(List<String> linkUrls) void
BinaryQueryResultWriter.handleNamespace
(String prefix, String uri) void
BinaryQueryResultWriter.handleStylesheet
(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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionQueryResultCollector.getBindingNames()
Returns a collection of binding names collected.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
(List<String> linkUrls) Deprecated.void
QueryResultCollector.handleLinks
(List<String> linkUrls) -
Uses of QueryResultHandlerException in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that throw QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractSPARQLJSONWriter.endHeader()
void
AbstractSPARQLJSONWriter.handleBoolean
(boolean value) void
AbstractSPARQLJSONWriter.handleLinks
(List<String> linkUrls) void
AbstractSPARQLJSONWriter.handleNamespace
(String prefix, String uri) void
AbstractSPARQLJSONWriter.handleStylesheet
(String stylesheetUrl) void
AbstractSPARQLJSONParser.parseQueryResult
(InputStream in) protected boolean
AbstractSPARQLJSONParser.parseQueryResultInternal
(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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
AbstractSPARQLXMLWriter.endHeader()
void
AbstractSPARQLXMLWriter.handleBoolean
(boolean value) void
AbstractSPARQLXMLWriter.handleLinks
(List<String> linkUrls) void
AbstractSPARQLXMLWriter.handleNamespace
(String prefix, String uri) void
AbstractSPARQLXMLWriter.handleStylesheet
(String url) void
AbstractSPARQLXMLParser.parseQueryResult
(InputStream in) protected boolean
AbstractSPARQLXMLParser.parseQueryResultInternal
(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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
BooleanTextWriter.endHeader()
void
BooleanTextWriter.handleBoolean
(boolean value) void
BooleanTextWriter.handleLinks
(List<String> linkUrls) void
BooleanTextWriter.handleNamespace
(String prefix, String uri) void
BooleanTextWriter.handleStylesheet
(String stylesheetUrl) void
BooleanTextParser.parseQueryResult
(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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
SPARQLResultsCSVWriter.endHeader()
void
SPARQLResultsCSVWriter.handleBoolean
(boolean value) void
SPARQLResultsCSVWriter.handleLinks
(List<String> linkUrls) void
SPARQLResultsCSVWriter.handleNamespace
(String prefix, String uri) void
SPARQLResultsCSVWriter.handleStylesheet
(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 QueryResultHandlerExceptionModifier and TypeMethodDescriptionvoid
SPARQLResultsTSVWriter.handleBoolean
(boolean value) void
SPARQLResultsTSVWriter.handleNamespace
(String prefix, String uri)