org.openrdf.http.protocol.error
Class ErrorType

java.lang.Object
  extended by org.openrdf.http.protocol.error.ErrorType

public class ErrorType
extends Object

Author:
Arjohn Kampman

Field Summary
static ErrorType MALFORMED_DATA
           
static ErrorType MALFORMED_QUERY
           
static ErrorType UNSUPPORTED_FILE_FORMAT
           
static ErrorType UNSUPPORTED_QUERY_LANGUAGE
           
 
Method Summary
 boolean equals(Object other)
           
static ErrorType forLabel(String label)
           
 String getLabel()
           
protected static ErrorType register(String label)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

register

protected static ErrorType register(String label)

forLabel

public static ErrorType forLabel(String label)

getLabel

public String getLabel()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2007 Aduna. All Rights Reserved.