Uses of Class
com.hp.hpl.jena.query.QueryException

Packages that use QueryException
com.hp.hpl.jena.query ARQ - A query engine for Jena, implementing SPARQL. 
com.hp.hpl.jena.sparql   
com.hp.hpl.jena.sparql.core   
com.hp.hpl.jena.sparql.engine.http   
com.hp.hpl.jena.sparql.expr   
com.hp.hpl.jena.sparql.resultset   
 

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

Subclasses of QueryException in com.hp.hpl.jena.query
 class QueryBuildException
          QueryBuildException is exception for all excpetions during query execution construction.
 class QueryCancelledException
          Indicate that a query execution has been cancelled and thje operation can't be called
 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 QueryException in com.hp.hpl.jena.sparql
 

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

Uses of QueryException in com.hp.hpl.jena.sparql.core
 

Subclasses of QueryException in com.hp.hpl.jena.sparql.core
 class QueryCheckException
           
 

Uses of QueryException in com.hp.hpl.jena.sparql.engine.http
 

Subclasses of QueryException in com.hp.hpl.jena.sparql.engine.http
 class QueryExceptionHTTP
          Exception class for all operations in the Joseki client library.
 

Uses of QueryException in com.hp.hpl.jena.sparql.expr
 

Subclasses of QueryException in com.hp.hpl.jena.sparql.expr
 class ExprEvalException
          Exception for a dynamic evaluation exception.
 class ExprEvalTypeException
          Exception for a dynamic evaluation exception due to wrong type.
 class ExprException
          The root of all expression exceptions
 class ExprNotComparableException
           
 class ExprTypeException
          Exception for a dynamic evaluation exception caused by a type mismatch.
 class ExprUndefException
          Exception for an undefined expression (including unbound variable)
 class VariableNotBoundException
          Exception for an undefined expression (including unbound variable)
 

Uses of QueryException in com.hp.hpl.jena.sparql.resultset
 

Subclasses of QueryException in com.hp.hpl.jena.sparql.resultset
 class ResultSetException
           
 



Licenced under the Apache License, Version 2.0