Uses of Class
org.openrdf.sesame.repository.remote.HTTPErrorType

Packages that use HTTPErrorType
org.openrdf.sesame.repository.remote Implementations of the repository API for remote Sesame repositories. 
 

Uses of HTTPErrorType in org.openrdf.sesame.repository.remote
 

Fields in org.openrdf.sesame.repository.remote declared as HTTPErrorType
static HTTPErrorType HTTPErrorType.UNKNOWN_REPOSITORY
          Constant indicating that an unknown repository was specified.
static HTTPErrorType HTTPErrorType.MALFORMED_QUERY
          Constant indicating that a malformed query has been specified.
static HTTPErrorType HTTPErrorType.QUERY_EVALUATION_ERROR
          Constant indicating that a error occured during the evaluation of a query.
 

Methods in org.openrdf.sesame.repository.remote that return HTTPErrorType
static HTTPErrorType HTTPErrorType.forValue(String value)
          Returns an HTTPErrorType constant for the specified value.
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.