Uses of Class
org.eclipse.rdf4j.http.protocol.error.ErrorInfo
-
Packages that use ErrorInfo Package Description org.eclipse.rdf4j.http.client org.eclipse.rdf4j.http.protocol.error -
-
Uses of ErrorInfo in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that return ErrorInfo Modifier and Type Method Description protected ErrorInfo
SPARQLProtocolSession. getErrorInfo(org.apache.http.HttpResponse response)
-
Uses of ErrorInfo in org.eclipse.rdf4j.http.protocol.error
Methods in org.eclipse.rdf4j.http.protocol.error that return ErrorInfo Modifier and Type Method Description static ErrorInfo
ErrorInfo. parse(String errInfoString)
Parses the string output that is produced bytoString()
.
-