Uses of Class
org.eclipse.rdf4j.query.resultio.binary.QueryErrorType
-
Packages that use QueryErrorType Package Description org.eclipse.rdf4j.query.resultio.binary -
-
Uses of QueryErrorType in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return QueryErrorType Modifier and Type Method Description static QueryErrorType
QueryErrorType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static QueryErrorType[]
QueryErrorType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.query.resultio.binary with parameters of type QueryErrorType Modifier and Type Method Description void
BinaryQueryResultWriter. error(QueryErrorType errType, java.lang.String msg)
Writes an error msg to the stream.
-