Package com.bigdata.rdf.error

Enum Summary
W3CQueryLanguageException.ErrorCategory Error category.
W3CQueryLanguageException.LanguageFamily Language family for errors.
 

Exception Summary
SparqlDynamicErrorException A SPARQL dynamic (runtime) error.
SparqlDynamicErrorException.GraphEmptyException Error thrown when a graph is empty in a context which presumes that it should not be empty.
SparqlDynamicErrorException.GraphExistsException Error thrown when a graph exists in a context which presumes that it should not pre-exist.
SparqlDynamicErrorException.SolutionSetDoesNotExistException Error thrown when an named solution set does not exist in a context which presumes that it should exist.
SparqlDynamicErrorException.SolutionSetExistsException Error thrown when a named solution set exists in a context which presumes that it should not pre-exist.
SparqlDynamicErrorException.UnknownContentTypeException Error thrown when the Content-Type is not recognized or can not be handled.
SparqlStaticErrorException A SPARQL error detected by static analysis.
SparqlTypeErrorException A SPARQL type error.
SparqlTypeErrorException.UnboundVarException Type error thrown when there is an unbound variable.
W3CQueryLanguageException Exception Base class for errors defined by the W3C for XQuery, XPath, and SPARQL.
 



Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.