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 ErrorTypeErrorInfo. errorTypestatic ErrorTypeErrorType. MALFORMED_DATAstatic ErrorTypeErrorType. MALFORMED_QUERYstatic ErrorTypeErrorType. REPOSITORY_EXISTSstatic ErrorTypeErrorType. UNSUPPORTED_FILE_FORMATstatic ErrorTypeErrorType. UNSUPPORTED_QUERY_LANGUAGEFields 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. registryMethods in org.eclipse.rdf4j.http.protocol.error that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. forLabel(java.lang.String label)ErrorTypeErrorInfo. getErrorType()protected static ErrorTypeErrorType. 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)
-