public class SparqlDynamicErrorException extends W3CQueryLanguageException
Modifier and Type | Class and Description |
---|---|
static class |
SparqlDynamicErrorException.GraphEmptyException
Error thrown when a graph is empty in a context which presumes that it
should not be empty.
|
static class |
SparqlDynamicErrorException.GraphExistsException
Error thrown when a graph exists in a context which presumes that it
should not pre-exist.
|
static class |
SparqlDynamicErrorException.SolutionSetDoesNotExistException
Error thrown when an named solution set does not exist in a context which
presumes that it should exist.
|
static class |
SparqlDynamicErrorException.SolutionSetExistsException
Error thrown when a named solution set exists in a context which presumes
that it should not pre-exist.
|
static class |
SparqlDynamicErrorException.UnknownContentTypeException
Error thrown when the Content-Type is not recognized or can not be
handled.
|
W3CQueryLanguageException.ErrorCategory, W3CQueryLanguageException.LanguageFamily
Modifier and Type | Field and Description |
---|---|
static String |
SPARQL_DYNAMIC_ERROR_0000
Generic type error.
|
static String |
SPARQL_DYNAMIC_ERROR_0001
Error thrown when a graph exists in a context in which it is presumed
that it should not pre-exist.
|
static String |
SPARQL_DYNAMIC_ERROR_0002
Error thrown when a graph is empty in a context in which it is presumed
that it should not be empty.
|
static String |
SPARQL_DYNAMIC_ERROR_0003
Error thrown when a named solution set exists in a context in which it is
presumed that it should not pre-exist.
|
static String |
SPARQL_DYNAMIC_ERROR_0004
Error thrown when a named solution set does not exist in a context in
which it is presumed that it should exist.
|
static String |
SPARQL_DYNAMIC_ERROR_0005
Error thrown when the Content-Type is not recognized or can not be
handled.
|
err, errorCategory, errorCode, languageFamily
Modifier | Constructor and Description |
---|---|
|
SparqlDynamicErrorException()
Generic SPARQL dynamic error.
|
protected |
SparqlDynamicErrorException(int errorCode,
NV[] params) |
protected |
SparqlDynamicErrorException(int errorCode,
String uri) |
protected |
SparqlDynamicErrorException(int errorCode,
String uri,
NV[] params) |
Modifier and Type | Method and Description |
---|---|
protected static String |
toURI(int errorCode) |
toURI
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static String SPARQL_DYNAMIC_ERROR_0000
public static String SPARQL_DYNAMIC_ERROR_0001
public static String SPARQL_DYNAMIC_ERROR_0002
public static String SPARQL_DYNAMIC_ERROR_0003
public static String SPARQL_DYNAMIC_ERROR_0004
public static String SPARQL_DYNAMIC_ERROR_0005
public SparqlDynamicErrorException()
SPARQL_DYNAMIC_ERROR_0000
protected SparqlDynamicErrorException(int errorCode, String uri)
errorCode
- The four digit error code.uri
- The uri of the error.protected SparqlDynamicErrorException(int errorCode, NV[] params)
errorCode
- The four digit error code.params
- Addition parameters for the error (optional).protected SparqlDynamicErrorException(int errorCode, String uri, NV[] params)
errorCode
- The four digit error code.uri
- The uri of the error.params
- Additional parameters for the error message (optional and may
be null
). When non-null
and
non-empty, the parameters are appended to the constructed URI
as query parameters.protected static String toURI(int errorCode)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.