Uses of Class
org.eclipse.rdf4j.http.protocol.error.ErrorType
-
Packages that use ErrorType Package Description org.eclipse.rdf4j.http.protocol.error -
-
Uses of ErrorType in org.eclipse.rdf4j.http.protocol.error
Fields in org.eclipse.rdf4j.http.protocol.error declared as ErrorType Modifier and Type Field Description private ErrorType
ErrorInfo. errorType
static ErrorType
ErrorType. MALFORMED_DATA
static ErrorType
ErrorType. MALFORMED_QUERY
static ErrorType
ErrorType. REPOSITORY_EXISTS
static ErrorType
ErrorType. UNSUPPORTED_FILE_FORMAT
static ErrorType
ErrorType. UNSUPPORTED_QUERY_LANGUAGE
Fields in org.eclipse.rdf4j.http.protocol.error with type parameters of type ErrorType Modifier and Type Field Description private static java.util.Map<java.lang.String,ErrorType>
ErrorType. registry
Methods in org.eclipse.rdf4j.http.protocol.error that return ErrorType Modifier and Type Method Description static ErrorType
ErrorType. forLabel(java.lang.String label)
ErrorType
ErrorInfo. getErrorType()
protected static ErrorType
ErrorType. register(java.lang.String label)
Constructors in org.eclipse.rdf4j.http.protocol.error with parameters of type ErrorType Constructor Description ErrorInfo(ErrorType errorType, java.lang.String errMsg)
-