Class ErrorType

java.lang.Object
org.eclipse.rdf4j.http.protocol.error.ErrorType

public class ErrorType extends Object
  • Field Details

    • registry

      private static final Map<String,ErrorType> registry
    • MALFORMED_QUERY

      public static final ErrorType MALFORMED_QUERY
    • MALFORMED_DATA

      public static final ErrorType MALFORMED_DATA
    • UNSUPPORTED_QUERY_LANGUAGE

      public static final ErrorType UNSUPPORTED_QUERY_LANGUAGE
    • UNSUPPORTED_FILE_FORMAT

      public static final ErrorType UNSUPPORTED_FILE_FORMAT
    • REPOSITORY_EXISTS

      public static final ErrorType REPOSITORY_EXISTS
    • label

      private final String label
      The error type's label.
  • Constructor Details

    • ErrorType

      private ErrorType(String label)
  • Method Details