|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||