Uses of Class
com.hp.hpl.jena.sparql.ARQException

Packages that use ARQException
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.query.larq   
com.hp.hpl.jena.sparql   
 

Uses of ARQException in com.hp.hpl.jena.query
 

Subclasses of ARQException in com.hp.hpl.jena.query
 class QueryBuildException
          QueryBuildException is exception for all excpetions during query execution construction.
 class QueryException
          QueryException is root exception for all (intentional) exceptions associated with query parsing and execution.
 class QueryExecException
          QueryExecException indicates a condition encountered during query evaluation.
 class QueryFatalException
          QueryFatalException is such that the query aborts do to some problem (this might be an internal error or something in the way the query builds or executes).
 class QueryParseException
          QueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.
 

Uses of ARQException in com.hp.hpl.jena.query.larq
 

Subclasses of ARQException in com.hp.hpl.jena.query.larq
 class ARQLuceneException
          Root exception for all exceptions generated by LARQ
 

Uses of ARQException in com.hp.hpl.jena.sparql
 

Subclasses of ARQException in com.hp.hpl.jena.sparql
 class ARQInternalErrorException
           
 class ARQNotImplemented
           
 



Copyright © 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP